CFPlugInUnregisterFactory |
||||
Header: | CFPlugIn.h | Carbon status: | Under Evaluation | |
Removes the specified function from CFPlugIn's list of registered factory functions. Used by a plug-in or host when performing dynamic registration.
Boolean CFPlugInUnregisterFactory ( CFStringRef factoryName );
The UUID of the factory that you wish to unregister.
Registration status. Contains true if the factory function was successfully unregistered, false if registration failed.
Under evaluation for Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)