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

Method GetSystemErrorCode

Libraries/unrar/errhnd.cpp:392–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391
392int ErrorHandler::GetSystemErrorCode()
393{
394#ifdef _WIN_ALL
395 return GetLastError();
396#else
397 return errno;
398#endif
399}
400
401
402void ErrorHandler::SetSystemErrorCode(int Code)

Callers 1

LogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected