Most QuickDraw 3D routines return a status code, which is of type TQ3Status .
typedef enum TQ3Status { kQ3Failure, kQ3Success } TQ3Status;