Q3Initialize
You should call theQ3Initializefunction to initialize a connection to QuickDraw 3D.
TQ3Status Q3Initialize (void);DESCRIPTION
TheQ3Initializefunction initializes a connection between your application and the QuickDraw 3D graphics library. QuickDraw 3D allocates whatever internal storage it needs to manage subsequent calls to QuickDraw 3D routines, and it initializes any subcomponents it needs to call. IfQ3InitializereturnskQ3Failure, you should not call any QuickDraw 3D routines other than theQ3IsInitializedfunction or the error-reporting routines provided by the Error Manager. CallingQ3Initializemore than once results in a warning being posted but is otherwise acceptable.SPECIAL CONSIDERATIONS
You must callQ3Initializeto create a connection to the QuickDraw 3D software before calling any other QuickDraw 3D routines.ERRORS
kQ3ErrorAlreadyInitialized
kQ3ErrorNotInitialized
kQ3ErrorOutOfMemory
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help