CFBundleLoadExecutableHeader: CFBundle.h

Loads a bundle's main executable code into memory and dynamically links it into the running application.

Boolean CFBundleLoadExecutable (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle whose main executable you would like to load.

function result

A Boolean flag indicating whether the executable was loaded.


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