chsvlib
chsv helper source code

◆ GetLastSystemError()

chsv_syserror_t Chusov::GetLastSystemError ( )

Returns a platform-specific last-error code, i.e. Windows error on Windows (delegates a call to GetLastError) and POSIX error on Linux (see errno). .

Returns
Returns a platform error code for the calling thread.