Q3UnixError_Get
You can use theQ3UnixError_Get
function 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_Get
function returns, as its function result, the most recent error generated by the UNIX kernel.Q3UnixError_Get
also returns, in thefirstUnixError
parameter, the oldest unreported error that occurred during a UNIX operating system routine.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help