CFPlugInRegisterPlugInType

Header: CFPlugIn.h Carbon status: Under Evaluation

Registers a type and its corresponding factory function with CFPlugIn. Used by a plug-in or host when performing dynamic registration.

Boolean CFPlugInRegisterPlugInType (
    CFStringRef factoryName, 
    CFStringRef typeName
);
Parameter descriptions
factoryName

The UUID of the factory function that can create the type being registered.

typeName

The UUID of the type you wish to register.

function result

Registration status. Contains true if the factory function was successfully registered, false if registration failed.

AVAILABILITY

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)