19 Getting Errors, Warnings, and Notices Directly

19 Q3Error_Get

You can use the Q3Error_Get function to get the most recent and the oldest unreported errors from a QuickDraw3D routine.

TQ3Error Q3Error_Get (TQ3Error *firstError);
firstError On exit, the first unreported error from a QuickDraw3D routine. Set this parameter to NULL if you do not want the first unreported error to be returned to you.

DESCRIPTION


The Q3Error_Get function returns, as its function result, the code of the most recent error that occurred after one or more previous calls to any QuickDraw3D routines. Q3Error_Get causes QuickDraw3D to clear that error code when you next call any QuickDraw3D routine other than Q3Error_Get itself. Q3Error_Get also returns, in the firstError parameter, the oldest unreported error that occurred during a QuickDraw3D routine.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker