Home
last modified time | relevance | path

Searched refs:ShowErrorMessage (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp83 ShowErrorMessage(HResultToMessage(res)); in ErrorMessageForHRESULT()
121 ShowErrorMessage(L"Bad command"); in WinMain2()
144 ShowErrorMessage(L"Error 1329484"); in WinMain2()
176 ShowErrorMessage(L"Error 1329485"); in WinMain2()
211 ShowErrorMessage(L"Error in archive"); in WinMain2()
221 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return NExitCode::kFatalError;
251 ShowErrorMessage(kUnknownExceptionMessage); in WinMain()
/third_party/lzma/CPP/7zip/UI/Explorer/
H A DMyMessages.h8 void ShowErrorMessage(HWND window, LPCWSTR message);
9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(NULL, message); } in ShowErrorMessage() function
H A DMyMessages.cpp14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage() function
24 ShowErrorMessage(window, s); in ShowErrorMessageHwndRes()
34 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp116 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return 1;
128 ShowErrorMessage(NULL, message); in ShowErrorMessageSpec()
171 ShowErrorMessage(L"Can't load config info"); in WinMain()
184 ShowErrorMessage(L"Config failed"); in WinMain()
213 ShowErrorMessage(L"Cannot create temp folder archive"); in WinMain()
223 ShowErrorMessage(L"Cannot load codecs"); in WinMain()
298 ShowErrorMessage(L"Cannot open file"); in WinMain()
312 ShowErrorMessage(L"Cannot find setup.exe"); in WinMain()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp209 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()
251 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()

Completed in 3 milliseconds