Searched refs:MyFormatMessage (Results 1 – 12 of 12) sorted by relevance
18 static bool MyFormatMessage(DWORD errorCode, UString &message) in MyFormatMessage() function43 UString MyFormatMessage(DWORD errorCode) in MyFormatMessage() function46 if (!MyFormatMessage(errorCode, message)) in MyFormatMessage()
11 UString MyFormatMessage(DWORD errorCode);
69 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in CanNotFindError_Base()197 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in OpenFileError()
232 (*OutStream) << NError::MyFormatMessage(result); in OpenResult()358 (*OutStream) << NError::MyFormatMessage(result); in ExtractResult()
84 NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
220 stdStream << NError::MyFormatMessage(callback.CantFindCodes[i]) << endl; in WarningsCheck()250 message += NError::MyFormatMessage(errorInfo.SystemError); in WarningsCheck()274 stdStream << NError::MyFormatMessage(callback.FailedCodes[i]) << endl; in WarningsCheck()
144 m_PercentPrinter.PrintString(NWindows::NError::MyFormatMessage(systemError)); in OpenFileError()
962 g_StdOut << NError::MyFormatMessage(result); in ListArchives()
31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
115 UString message = NError::MyFormatMessage(::GetLastError()); in ShowErrorMessageSpec()236 errorMessage = NError::MyFormatMessage(result); in WinMain()
212 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name()1292 return NError::MyFormatMessage(errorCode); in HResultToMessage()
503 MessageError(NError::MyFormatMessage(result)); in ExtractResult()