CFBundleGetDevelopmentRegionHeader: CFBundle.h

Obtains the bundle's development region from the bundle's Info plist.

CFStringRef CFBundleGetDevelopmentRegion (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle whose development region you wish to discover.

function result

A reference value of type CFStringRef containing the name of the bundle's development region.


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