CFPlugInRegisterFactoryFunctionByName |
||||
Header: | CFPlugIn.h | Carbon status: | Under Evaluation | |
Registers a factory function with CFPlugIn using the function's name instead of its UUIDs. Used by a plug-in or host when performing dynamic registration.
Boolean CFPlugInRegisterFactoryFunctionByName ( CFStringRef factoryName, CFPlugInRef plugIn, CFStringRef functionName );
The UUID of the factory function you wish to register.
The plug-in containing the function named in the following parameter.
The name of the factory function 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 Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)