3 TQ3ObjectUnregisterMethod

You can define a method to unregister your custom object class.

typedef TQ3Status (*TQ3ObjectUnregisterMethod) (
TQ3ObjectClass objectClass);
objectClass An object class.

DESCRIPTION


Your TQ3ObjectUnregisterMethod function should perform whatever operations are necessary to unregister the object class specified by the objectClass parameter. If you have local data associated with that object class, you should define an unregistration method. You must not call the Q3ObjectClass_Unregister function within this method.

RESULT CODES


Your TQ3ObjectUnregisterMethod function should return kQ3Success if it is successful and kQ3Failure otherwise.

DESCRIPTION
RESULT CODES

3D Graphics Programming with QuickDraw 3D - 16 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker