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

Method WriteError

Libraries/unrar/errhnd.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80void ErrorHandler::WriteError(const wchar *ArcName,const wchar *FileName)
81{
82#ifndef SILENT
83 WriteErrorMsg(ArcName,FileName);
84#endif
85#if !defined(SILENT) || defined(RARDLL)
86 Exit(RARX_WRITE);
87#endif
88}
89
90
91#ifdef _WIN_ALL

Callers 2

WriteMethod · 0.80
ExtractCurrentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected