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

Method CreateErrorMsg

Libraries/unrar/errhnd.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168void ErrorHandler::CreateErrorMsg(const wchar *FileName)
169{
170 CreateErrorMsg(NULL,FileName);
171}
172
173
174void ErrorHandler::CreateErrorMsg(const wchar *ArcName,const wchar *FileName)

Callers 4

RestoreMethod · 0.80
WCreateMethod · 0.80
RestoreMethod · 0.80
ExtrCreateFileMethod · 0.80

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected