Searched refs:ShowErrorMessage (Results 1 – 5 of 5) sorted by relevance
68 ShowErrorMessage(HResultToMessage(res)); in ErrorMessageForHRESULT()106 ShowErrorMessage(L"Bad command"); in WinMain2()129 ShowErrorMessage(L"Error 1329484"); in WinMain2()161 ShowErrorMessage(L"Error 1329485"); in WinMain2()196 ShowErrorMessage(L"Error in archive"); in WinMain2()205 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return NExitCode::kF…230 ShowErrorMessage(kUnknownExceptionMessage); in WinMain()
111 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return 1;122 ShowErrorMessage(NULL, message); in ShowErrorMessageSpec()161 ShowErrorMessage(L"Can't load config info"); in WinMain()174 ShowErrorMessage(L"Config failed"); in WinMain()203 ShowErrorMessage(L"Can not create temp folder archive"); in WinMain()212 ShowErrorMessage(L"Can not load codecs"); in WinMain()287 ShowErrorMessage(L"Can not open file"); in WinMain()301 ShowErrorMessage(L"Can not find setup.exe"); in WinMain()
8 void ShowErrorMessage(HWND window, LPCWSTR message);9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(0, message); } in ShowErrorMessage() function
14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage() function21 ShowErrorMessage(window, LangString(resID)); in ShowErrorMessageHwndRes()31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
183 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()225 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()