Q3Error_Get
You can use theQ3Error_Getfunction to get the most recent and the oldest unreported errors from a QuickDraw 3D routine.
TQ3Error Q3Error_Get (TQ3Error *firstError);
firstError- On exit, the first unreported error from a QuickDraw 3D routine. Set this parameter to
NULLif you do not want the first unreported error to be returned to you.DESCRIPTION
TheQ3Error_Getfunction returns, as its function result, the code of the most recent error that occurred after one or more previous calls to any QuickDraw 3D routines.Q3Error_Getcauses QuickDraw 3D to clear that error code when you next call any QuickDraw 3D routine other thanQ3Error_Getitself.Q3Error_Getalso returns, in thefirstErrorparameter, the oldest unreported error that occurred during a QuickDraw 3D routine.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help