Searched defs:MsgBox (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp407 if (MsgBox(IDS_UNINSTALL, MB_YESNO) == IDYES) {
414 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
421 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
431 MsgBox(IDS_ERR_STOP_SERVICE, GetErrMessage());
462 MsgBox(IDS_UNINSTALL_DONE);
486 MsgBox(IDS_ERR_PASSWORD);
499 MsgBox(IDS_ERR_WHITESPACE);
521 MsgBox(IDS_ERR_NULLPASSWORD);
539 int install = MsgBox(IDS_DIREXIST,
545 int createDir = MsgBox(IDS_CREATEDI
1368 int CBINDInstallDlg::MsgBox(int id, ...) { function in class:CBINDInstallDlg
1384 int CBINDInstallDlg::MsgBox(int id, UINT type, ...) { function in class:CBINDInstallDlg
[all...]

Completed in 13 milliseconds