Q3Warning_Get
You can use theQ3Warning_Getfunction to get the most recent and the oldest unreported warnings from a QuickDraw 3D routine.
TQ3Warning Q3Warning_Get (TQ3Warning *firstWarning);
firstWarning- On exit, the first unreported warning from a QuickDraw 3D routine. Set this parameter to
NULLif you do not want the first unreported warning to be returned to you.DESCRIPTION
TheQ3Warning_Getfunction returns, as its function result, the code of the most recent warning that occurred after one or more previous calls to any QuickDraw 3D routines.Q3Warning_Getcauses QuickDraw 3D to clear that warning code when you next call any QuickDraw 3D routine other thanQ3Warning_Getitself.Q3Warning_Getalso returns, in thefirstWarningparameter, the last unreported warning that occurred during a QuickDraw 3D routine.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help