CFBundleCopyExecutableURLHeader: CFBundle.h

Obtains the location of a bundle's main executable code.

CFURLRef CFBundleCopyExecutableURL (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle you wish searched for executable code.

function result

A value of type CFURLRef describing the location of the bundle's executable code or NULL if none is found.


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