Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 7 - QuickDraw GX Stream Format / QuickDraw GX Stream Format Reference
Opcode Constants and Data Types


Generic Data Opcode

The current operand uses a constant from the gxGenericDataOpcode enumeration when the current operand is the gxNextOpcode constant.

enum gxGenericDataOpcode {
   gxTypeOpcode,
   gxSizeOpcode
};
Constant descriptions

gxTypeOpcode
The next opcode is a type opcode.
gxSizeOpcode
The next opcode is a size opcode.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996