Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
392
int ErrorHandler::GetSystemErrorCode()
393
{
394
#ifdef _WIN_ALL
395
return GetLastError();
396
#else
397
return errno;
398
#endif
399
}
400
401
402
void ErrorHandler::SetSystemErrorCode(int Code)
Callers
1
Log
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected