Carbon


CFPlugInFindFactoriesForPlugInType

Header: CFPlugIn.h Carbon status: Under Evaluation

Searches all registered plug-ins for factory functions capable of creating an instance of the specified type.

CFArrayRef CFPlugInFindFactoriesForPlugInType (
    CFStringRef typeName
);
typeName

The UUID of the type whose factory functions you wish to locate.

function result

An array of UUIDs for factory functions capable of creating an instance of the specified type.

AVAILABILITY

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)