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

Method SeekError

Libraries/unrar/errhnd.cpp:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121void ErrorHandler::SeekError(const wchar *FileName)
122{
123 if (!UserBreak)
124 {
125 uiMsg(UIERROR_FILESEEK,FileName);
126 SysErrMsg();
127 }
128#if !defined(SILENT) || defined(RARDLL)
129 Exit(RARX_FATAL);
130#endif
131}
132
133
134void ErrorHandler::GeneralErrMsg(const wchar *fmt,...)

Callers 2

SeekMethod · 0.80
TellMethod · 0.80

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected