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

Method UnknownMethodMsg

Libraries/unrar/errhnd.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218void ErrorHandler::UnknownMethodMsg(const wchar *ArcName,const wchar *FileName)
219{
220 uiMsg(UIERROR_UNKNOWNMETHOD,ArcName,FileName);
221 ErrHandler.SetErrorCode(RARX_FATAL);
222}
223
224
225void ErrorHandler::Exit(RAR_EXIT ExitCode)

Callers 2

TestMethod · 0.80
CheckUnpVerMethod · 0.80

Calls 2

uiMsgFunction · 0.85
SetErrorCodeMethod · 0.80

Tested by 1

TestMethod · 0.64