CFBundleIsExecutableLoadedHeader: CFBundle.h

Obtains information about the load status for a bundle's main executable.

Boolean CFBundleIsExecutableLoaded (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle whose main executable load status you which to query.

function result

A Boolean flag indicating whether a bundle's main executable has been loaded.


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