Lines Matching defs:MsgBox
333 if (MsgBox(IDS_UNINSTALL, MB_YESNO) == IDYES) {
340 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
347 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
357 MsgBox(IDS_ERR_STOP_SERVICE, GetErrMessage());
387 MsgBox(IDS_UNINSTALL_DONE);
413 MsgBox(IDS_ERR_PASSWORD);
426 MsgBox(IDS_ERR_WHITESPACE);
448 MsgBox(IDS_ERR_NULLPASSWORD);
466 int install = MsgBox(IDS_DIREXIST,
472 int createDir = MsgBox(IDS_CREATEDIR,
484 MsgBox(IDS_CREATEACCOUNT_FAILED);
554 MsgBox(IDS_FAIL);
563 MsgBox(IDS_FAIL);
568 MsgBox(IDS_SUCCESS);
626 if (MsgBox(IDS_FILE_BAD, MB_YESNO,
645 MsgBox(IDS_ERR_NONCRIT_FILE, MB_YESNO,
772 MsgBox(IDS_ERR_BADACCOUNT);
778 if (MsgBox(IDS_ERR_TOOPRIVED, MB_YESNO) == IDYES)
786 MsgBox(IDS_ERR_WRONGPRIV, PrivList[0]);
861 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
879 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
889 MsgBox(IDS_ERR_UPDATE_SERVICE, GetErrMessage());
911 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
921 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
931 MsgBox(IDS_ERR_REMOVE_SERVICE, GetErrMessage());
1096 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
1102 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
1116 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
1122 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
1153 int CBINDInstallDlg::MsgBox(int id, ...) {
1168 int CBINDInstallDlg::MsgBox(int id, UINT type, ...) {