Home
last modified time | relevance | path

Searched defs:MyFormatMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DErrorMsg.cpp20 static bool MyFormatMessage(DWORD errorCode, UString &message) in MyFormatMessage() function
110 UString MyFormatMessage(DWORD errorCode) in MyFormatMessage() function
H A DErrorMsg.h12 inline UString MyFormatMessage(HRESULT errorCode) { return MyFormatMessage((DWORD)errorCode); } in MyFormatMessage() function