Q3UnixError_Get
You can use theQ3UnixError_Getfunction to get the most recent and the oldest unreported error generated by the UNIX operating system.
int Q3UnixError_Get (int *firstUnixError);
firstUnixError- On exit, the first unreported error from a UNIX routine.
DESCRIPTION
TheQ3UnixError_Getfunction returns, as its function result, the most recent error generated by the UNIX kernel.Q3UnixError_Getalso returns, in thefirstUnixErrorparameter, the oldest unreported error that occurred during a UNIX operating system routine.