1 Initializing and Terminating QuickDraw3D
Q3Exit
function to close your application's connection to QuickDraw3D.
TQ3Status Q3Exit (void);
Q3Exit
function closes your application's connection to QuickDraw3D and deallocates any memory used by that connection. You should call Q3Exit
when your application is finished using QuickDraw3D routines. After calling Q3Exit
, you should not call any QuickDraw3D routines other than Q3Initialize
, Q3IsInitialized
, or the error-reporting routines provided by the Error Manager. Calling Q3Exit
more than once results in a warning being posted but is otherwise acceptable.kQ3ErrorMemoryLeak
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker