CFBundleGetIdentifierHeader: CFBundle.h

Obtains a bundle identifier from it's Info plist.

CFStringRef CFBundleGetIdentifier (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle whose identifier you wish to know.

function result

A reference value of type CFStringRef containing the bundle's identifier, or NULL if none was specified in the Info plist.


© 1999 Apple Computer, Inc. — (Last Updated 9/17/99)