CFBundleGetInfoDictionaryHeader: CFBundle.h

Obtains a bundle's Info Dictionary.

CFDictionaryRef CFBundleGetInfoDictionary (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle whose info dictionary you wish to obtain.

function result

A reference value of type CFDictionaryRef containing the data stored in the bundle's Info.plist file.


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