Searched refs:cMsg (Results 1 – 4 of 4) sorted by relevance
39 app.alert({"cMsg": "message", "cTitle": "title"});40 app.alert({"cMsg": "message", "cTitle": "title", "nIcon": 3, "nType": 4});
49 "cMsg": "body"});
388 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString(pRuntime) : L""; in mailForm() local398 cBcc.c_str(), cMsg.c_str()); in mailForm()694 CFX_WideString cMsg = L""; in mailDoc() local707 cMsg = params[5].ToCFXWideString(pRuntime); in mailDoc()728 cMsg = CJS_Value(pRuntime, pValue).ToCFXWideString(pRuntime); in mailDoc()734 cCc.c_str(), cBcc.c_str(), cMsg.c_str()); in mailDoc()
644 CFX_WideString cMsg; in mailMsg() local646 cMsg = newParams[5].ToCFXWideString(pRuntime); in mailMsg()651 cBcc.c_str(), cMsg.c_str()); in mailMsg()