Carbon


Fragment Flags

Header: MixedMode.h

enum {
    kFragmentIsPrepared = 0,
    kFragmentNeedsPreparing = 2
};

Constant descriptions

kFragmentIsPrepared

The fragment containing the code to be executed is already loaded into memory and prepared by the Code Fragment Manager.

kFragmentNeedsPreparing

The fragment containing the code to be executed needs to be loaded into memory and prepared by the Code Fragment Manager. If this flag is set, the kPowerPCISA and kProcDescriptorIsRelative flags should also be set.

The routineFlags field of a routine record contains a set of flags that specify information about a routine. You can use constants to specify the desired routine flags. Currently, only 5 of the 16 bits in a routine flags word are defined. You should set all the other bits to 0.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)