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

Method SetSystemErrorCode

Libraries/unrar/errhnd.cpp:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401
402void ErrorHandler::SetSystemErrorCode(int Code)
403{
404#ifdef _WIN_ALL
405 SetLastError(Code);
406#else
407 errno=Code;
408#endif
409}

Callers 1

LogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected