CFPlugInGetBundle

Header: CFPlugIn.h Carbon status: Under Evaluation

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

CFBundleRef CFPlugInGetBundle (
    CFPlugInRef plugIn
);
Parameter descriptions
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 Carbon 1.0.2 and later.


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