Home
last modified time | relevance | path

Searched refs:MyFormatMessageW (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DError.h19 inline UString MyFormatMessageW(DWORD messageID) in MyFormatMessageW() function
23 inline UString MyFormatMessageW(DWORD messageID) in MyFormatMessageW() function
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp63 m_PercentPrinter.PrintString(NError::MyFormatMessageW(systemError)); in CanNotFindError()
184 m_PercentPrinter.PrintString(NError::MyFormatMessageW(systemError)); in OpenFileError()
DMain.cpp534 stdStream << NError::MyFormatMessageW(callback.CantFindCodes[i]) << endl; in Main2()
564 message += NError::MyFormatMessageW(errorInfo.SystemError); in Main2()
584 stdStream << NError::MyFormatMessageW(callback.FailedCodes[i]) << endl; in Main2()