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

Method WriteErrorMsg

Libraries/unrar/errhnd.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196void ErrorHandler::WriteErrorMsg(const wchar *ArcName,const wchar *FileName)
197{
198 uiMsg(UIERROR_FILEWRITE,ArcName,FileName);
199 SysErrMsg();
200 SetErrorCode(RARX_WRITE);
201}
202
203
204void ErrorHandler::ArcBrokenMsg(const wchar *ArcName)

Callers

nothing calls this directly

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected