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 thegxGenericDataOpcodeenumeration when the current operand is thegxNextOpcodeconstant.
enum gxGenericDataOpcode { gxTypeOpcode, gxSizeOpcode };Constant descriptions
- gxTypeOpcode
 - The next opcode is a type opcode.
 - gxSizeOpcode
 - The next opcode is a size opcode.