Status Values
Most QuickDraw 3D routines return a status code, which is of typeTQ3Status
.
typedef enum TQ3Status { kQ3Failure, kQ3Success } TQ3Status;Constant descriptions
kQ3Failure
- The routine failed.
kQ3Success
- The routine succeeded.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help