Carbon


CFPlugInGetBundle

Header: CFPlugIn.h Carbon status: Under Evaluation

Returns a reference to the plug-in's CFBundle.

CFBundleRef CFPlugInGetBundle (
    CFPlugInRef plugIn
);
plugIn

The plug-in whose bundle you wish to obtain.

function result

A reference to the plug-in's CFBundle.

DISCUSSION

You should always use this function to get a plug-in's CFBundle. Never attempt to access the plug-in directly as a CFBundle.

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)