OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
72
ShowErrorMessage
(HResultToMessage(res));
110
ShowErrorMessage
(L"Bad command");
133
ShowErrorMessage
(L"Error 1329484");
165
ShowErrorMessage
(L"Error 1329485");
200
ShowErrorMessage
(L"Error in archive");
209
#define NT_CHECK_FAIL_ACTION
ShowErrorMessage
(L"Unsupported Windows version"); return NExitCode::kFatalError;
238
ShowErrorMessage
(kUnknownExceptionMessage);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp
114
#define NT_CHECK_FAIL_ACTION
ShowErrorMessage
(L"Unsupported Windows version"); return 1;
125
ShowErrorMessage
(NULL, message);
168
ShowErrorMessage
(L"Can't load config info");
181
ShowErrorMessage
(L"Config failed");
210
ShowErrorMessage
(L"Can not create temp folder archive");
220
ShowErrorMessage
(L"Can not load codecs");
295
ShowErrorMessage
(L"Can not open file");
309
ShowErrorMessage
(L"Can not find setup.exe");
/external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp
183
ShowErrorMessage
(kIncorrectOutDir);
225
ShowErrorMessage
(kIncorrectOutDir);
Completed in 196 milliseconds