CFPlugInGetBundle |
||||
Header: | CFPlugIn.h | Carbon status: | Under Evaluation | |
Returns a reference to the plug-in's CFBundle.
CFBundleRef CFPlugInGetBundle ( CFPlugInRef plugIn );
The plug-in whose bundle you wish to obtain.
A reference to the plug-in's CFBundle.
You should always use this function to get a plug-in's CFBundle. Never attempt to access the plug-in directly as a CFBundle.
Under evaluation for Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)