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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp333 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_CREATEDI
1153 int CBINDInstallDlg::MsgBox(int id, ...) { function in class:CBINDInstallDlg
1168 int CBINDInstallDlg::MsgBox(int id, UINT type, ...) { function in class:CBINDInstallDlg
[all...]
H A DBINDInstallDlg.h89 int MsgBox(int id, ...);
90 int MsgBox(int id, UINT type, ...);

Completed in 10 milliseconds