CFPlugInDynamicRegisterFunction | Defines a pointer to a plug-in's dynamic registration callback function. A callback which provides a plug-in the opportunity to dynamically register its types with the host. |
CFPlugInFactoryFunction | Defines a pointer to a plug-in's factory callback function. Callback function that a plug-in author must implement. This function creates an instance of a type. |
CFPlugInInstanceDeallocateInstanceDataFunction | Not recommended. Not recommended. |
CFPlugInInstanceGetInterfaceFunction | Not recommended. Not recommended. |
CFPlugInUnloadFunction | Defines a pointer to a plug-in's unload callback function. Callback function that a plug-in author may implement. If present and registered, this function will be called just before a plug-in's code is unloaded. |
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)