typedef TQ3Status (*TQ3ObjectUnregisterMethod) (
TQ3ObjectClass objectClass);
objectClass
An object class.
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.TQ3ObjectUnregisterMethod
function should return kQ3Success
if it is successful and kQ3Failure
otherwise.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker