1 Initializing and Terminating QuickDraw3D
Q3Initialize
function to initialize a connection to QuickDraw3D.
TQ3Status Q3Initialize (void);
Q3Initialize
function initializes a connection between your application and the QuickDraw3D graphics library. QuickDraw3D allocates whatever internal storage it needs to manage subsequent calls to QuickDraw3D routines, and it initializes any subcomponents it needs to call. If Q3Initialize
returns kQ3Failure
, you should not call any QuickDraw3D routines other than the Q3IsInitialized
function or the error-reporting routines provided by the Error Manager. Calling Q3Initialize
more than once results in a warning being posted but is otherwise acceptable.Q3Initialize
to create a connection to the QuickDraw3D software before calling any other QuickDraw3D routines.kQ3ErrorAlreadyInitialized
kQ3ErrorNotInitialized
kQ3ErrorOutOfMemory
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker