HomeSort by relevance Sort by last modified time
    Searched refs:ShowErrorMessage (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Explorer/
MyMessages.h 8 void ShowErrorMessage(HWND window, LPCWSTR message);
9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(0, message); }
MyMessages.cpp 14 void ShowErrorMessage(HWND window, LPCWSTR message)
21 ShowErrorMessage(window, LangString(resID));
31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode));
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 68 ShowErrorMessage(HResultToMessage(res));
106 ShowErrorMessage(L"Bad command");
129 ShowErrorMessage(L"Error 1329484");
161 ShowErrorMessage(L"Error 1329485");
196 ShowErrorMessage(L"Error in archive");
205 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return NExitCode::kFatalError;
230 ShowErrorMessage(kUnknownExceptionMessage);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 111 #define NT_CHECK_FAIL_ACTION ShowErrorMessage(L"Unsupported Windows version"); return 1;
122 ShowErrorMessage(NULL, message);
161 ShowErrorMessage(L"Can't load config info");
174 ShowErrorMessage(L"Config failed");
203 ShowErrorMessage(L"Can not create temp folder archive");
212 ShowErrorMessage(L"Can not load codecs");
287 ShowErrorMessage(L"Can not open file");
301 ShowErrorMessage(L"Can not find setup.exe");
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 183 ShowErrorMessage(kIncorrectOutDir);
225 ShowErrorMessage(kIncorrectOutDir);

Completed in 175 milliseconds