Home
last modified time | relevance | path

Searched defs:ShowErrorMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DMyMessages.h9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(NULL, message); } in ShowErrorMessage() function
H A DMyMessages.cpp16 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DFarUtils.cpp116 int CStartupInfo::ShowErrorMessage(const char *message) in ShowErrorMessage() function in NFar::CStartupInfo