Important: The information in this document is obsolete and should not be used for new development.
Generic Data Opcode
The current operand uses a constant from thegxGenericDataOpcode
enumeration when the current operand is thegxNextOpcode
constant.
enum gxGenericDataOpcode { gxTypeOpcode, gxSizeOpcode };Constant descriptions
- gxTypeOpcode
- The next opcode is a type opcode.
- gxSizeOpcode
- The next opcode is a size opcode.