![]() |
Procedure Information Size Constants |
Header: MixedMode.h |
enum { kNoByteCode = 0, kOneByteCode = 1, kTwoByteCode = 2, kFourByteCode = 3 };
The value occupies no bytes.
The value occupies 1 byte.
The value occupies 2 bytes.
The value occupies 4 bytes.
These constants are used by the ProcInfoType to specify the size (in bytes) of a value encoded in a routines procedure information.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)