![]() |
CFPlugInRegisterFactoryFunction |
||||
Header: | CFPlugIn.h | Carbon status: | Under Evaluation | |
Registers a factory function and it's UUID with CFPlugIn. Used by a plug-in or host when performing dynamic registration.
Boolean CFPlugInRegisterFactoryFunction ( CFStringRef factoryName, CFPlugInFactoryFunction func );
The UUID of the factory function you wish to register.
The factory function pointer you wish to register.
Registration status. Contains true if the factory function was successfully registered, false if registration failed.
Under evaluation for Carbon. Available in CarbonLib 1.1 and later when CoreFoundationLib 1.1 or later is installed. Exported by CarbonLib 1.1 and later and by CoreFoundationLib 1.1 and later.
© 2000 Apple Computer, Inc. (Last Updated 4/14/2000)