CFBundleCopyInfoDictionaryInDirectoryHeader: CFBundle.h

Obtains an instance of a bundle's InfoDictionary.

CFDictionaryRef CFBundleCopyInfoDictionaryInDirectory (
    CFURLRef bundleURL
);
bundleURL

A value of type CFURLRef describing the location of the bundle whose Info Dictionary you wish to obtain.

function result

A reference value of type CFDictionaryRef which is an instance of the request bundle's Info Dictionary.

DISCUSSION

This function provides a means to obtain an Info Dictionary instance for a bundle without first creating an instance of the bundle.


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