OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyFormatMessage
(Results
1 - 12
of
12
) sorted by null
/external/lzma/CPP/Windows/
ErrorMsg.h
11
UString
MyFormatMessage
(DWORD errorCode);
ErrorMsg.cpp
18
static bool
MyFormatMessage
(DWORD errorCode, UString &message)
43
UString
MyFormatMessage
(DWORD errorCode)
46
if (!
MyFormatMessage
(errorCode, message))
/external/lzma/CPP/7zip/UI/Explorer/
MyMessages.cpp
31
ShowErrorMessage(window, NError::
MyFormatMessage
(errorCode));
/external/lzma/CPP/7zip/UI/Console/
MainAr.cpp
84
NError::
MyFormatMessage
(systemError.ErrorCode) << endl;
UpdateCallbackConsole.cpp
69
m_PercentPrinter.PrintString(NError::
MyFormatMessage
(systemError));
197
m_PercentPrinter.PrintString(NError::
MyFormatMessage
(systemError));
ExtractCallbackConsole.cpp
232
(*OutStream) << NError::
MyFormatMessage
(result);
358
(*OutStream) << NError::
MyFormatMessage
(result);
HashCon.cpp
144
m_PercentPrinter.PrintString(NWindows::NError::
MyFormatMessage
(systemError));
Main.cpp
220
stdStream << NError::
MyFormatMessage
(callback.CantFindCodes[i]) << endl;
250
message += NError::
MyFormatMessage
(errorInfo.SystemError);
274
stdStream << NError::
MyFormatMessage
(callback.FailedCodes[i]) << endl;
List.cpp
962
g_StdOut << NError::
MyFormatMessage
(result);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp
115
UString message = NError::
MyFormatMessage
(::GetLastError());
236
errorMessage = NError::
MyFormatMessage
(result);
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp
212
UString s = NError::
MyFormatMessage
(systemError);
1292
return NError::
MyFormatMessage
(errorCode);
ExtractCallback.cpp
503
MessageError(NError::
MyFormatMessage
(result));
Completed in 261 milliseconds