CFPlugInCreate

Header: CFPlugIn.h Carbon status: Under Evaluation

Creates a CFPlugIn given it's URL.

CFPlugInRef CFPlugInCreate (
    CFAllocatorRef allocator, 
    CFURLRef plugInURL
);
Parameter descriptions
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 Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)