Carbon


CFPlugInCreate

Header: CFPlugIn.h Carbon status: Under Evaluation

Creates a CFPlugIn given it's URL.

CFPlugInRef CFPlugInCreate (
    CFAllocatorRef allocator, 
    CFURLRef plugInURL
);
allocator

The allocator to use. Pass null or kCFAllocatorDefault to use the default allocator.

plugInURL
function result

A reference to the plug-in.

AVAILABILITY

Under evaluation for Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)