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

/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp355 MsgBox(IDS_ERR_OPEN_SCM, GetErrMessage());
362 MsgBox(IDS_ERR_OPEN_SERVICE, GetErrMessage());
372 MsgBox(IDS_ERR_STOP_SERVICE, GetErrMessage());
574 msg.Format("A fatal error occured\n(%s)", GetErrMessage(dw));
593 throw(Exception(IDS_ERR_CREATE_DIR, m_targetDir, GetErrMessage()));
597 throw(Exception(IDS_ERR_CREATE_DIR, m_etcDir, GetErrMessage()));
601 throw(Exception(IDS_ERR_CREATE_DIR, m_binDir, GetErrMessage()));
645 GetErrMessage()));
662 GetErrMessage()) == IDNO)
667 GetErrMessage()));
1201 CString CBINDInstallDlg::GetErrMessage(DWORD err) { function in class:CBINDInstallDlg
[all...]
H A DBINDInstallDlg.h91 CString GetErrMessage(DWORD err = -1);

Completed in 154 milliseconds