Carbon


Procedure Information Size Constants

Header: MixedMode.h

enum {
    kNoByteCode = 0,
    kOneByteCode = 1,
    kTwoByteCode = 2,
    kFourByteCode = 3
};

Constant descriptions

kNoByteCode

The value occupies no bytes.

kOneByteCode

The value occupies 1 byte.

kTwoByteCode

The value occupies 2 bytes.

kFourByteCode

The value occupies 4 bytes.

These constants are used by the ProcInfoType to specify the size (in bytes) of a value encoded in a routine’s procedure information.


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