MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ReadErrorMsg

Method ReadErrorMsg

Libraries/unrar/errhnd.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182void ErrorHandler::ReadErrorMsg(const wchar *FileName)
183{
184 ReadErrorMsg(NULL,FileName);
185}
186
187
188void ErrorHandler::ReadErrorMsg(const wchar *ArcName,const wchar *FileName)

Callers

nothing calls this directly

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected