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

Method GetErrorCode

Libraries/unrar/errhnd.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 void Exit(RAR_EXIT ExitCode);
54 void SetErrorCode(RAR_EXIT Code);
55 RAR_EXIT GetErrorCode() {return ExitCode;}
56 uint GetErrorCount() {return ErrCount;}
57 void SetSignalHandlers(bool Enable);
58 void Throw(RAR_EXIT Code);

Callers 3

mainFunction · 0.80
RAROpenArchiveExFunction · 0.80
DoExtractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected