Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp72 ShowErrorMessage(HResultToMessage(res)); in ErrorMessageForHRESULT()
110 ShowErrorMessage(L"Bad command"); in WinMain2()
133 ShowErrorMessage(L"Error 1329484"); in WinMain2()
165 ShowErrorMessage(L"Error 1329485"); in WinMain2()
200 ShowErrorMessage(L"Error in archive"); in WinMain2()
209 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return NExitCode::kF…
238 ShowErrorMessage(kUnknownExceptionMessage); in WinMain()
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.h8 void ShowErrorMessage(HWND window, LPCWSTR message);
9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(0, message); } in ShowErrorMessage() function
DMyMessages.cpp14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage() function
21 ShowErrorMessage(window, LangString(resID)); in ShowErrorMessageHwndRes()
31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp114 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return 1;
125 ShowErrorMessage(NULL, message); in ShowErrorMessageSpec()
168 ShowErrorMessage(L"Can't load config info"); in WinMain()
181 ShowErrorMessage(L"Config failed"); in WinMain()
210 ShowErrorMessage(L"Can not create temp folder archive"); in WinMain()
220 ShowErrorMessage(L"Can not load codecs"); in WinMain()
295 ShowErrorMessage(L"Can not open file"); in WinMain()
309 ShowErrorMessage(L"Can not find setup.exe"); in WinMain()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp192 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()
234 ShowErrorMessage(kIncorrectOutDir); in ExtractGUI()