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

Method Exit

Libraries/unrar/errhnd.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225void ErrorHandler::Exit(RAR_EXIT ExitCode)
226{
227 uiAlarm(UIALARM_ERROR);
228 Throw(ExitCode);
229}
230
231
232void ErrorHandler::SetErrorCode(RAR_EXIT Code)

Callers 15

ThreadCreateFunction · 0.80
CWaitForSingleObjectFunction · 0.80
cpthread_cond_waitFunction · 0.80
RestoreMethod · 0.80
TOpenMethod · 0.80
TCreateMethod · 0.80
BadSwitchMethod · 0.80
FileCreateFunction · 0.80
ThreadPoolMethod · 0.80
OutHelpMethod · 0.80
getwstrFunction · 0.80
SecHideDataFunction · 0.80

Calls 1

uiAlarmFunction · 0.70

Tested by

no test coverage detected