EnumCtlData=structureSize
EnumCtlData.bInput=memberOffset,memberSize
EnumCtlData.bStatic=memberOffset,memberSize
EnumCtlData.datatype=memberOffset,memberSize
EnumCtlData.defaultVal=memberOffset,memberSize
EnumCtlData.nValue=memberOffset,memberSize
EnumCtlData.numItems=memberOffset,memberSize
Description:
Describes the layout of the EnumCtlData structure in the target memory. The LabVIEW debugger uses the EnumCtlData structure information to access the front panel enumerated type control data structures.
Parameters:
structureSize is the size of the EnumCtlData structure in bytes.
memberOffset is the offset of the structure member variable in bits.
memberSize is the size of the structure member variable in bits.
Location:
LVEnumCtl.h
Example:
EnumCtlData=20
EnumCtlData.bInput=136,8
EnumCtlData.bStatic=128,8
EnumCtlData.datatype=0,32
EnumCtlData.defaultVal=64,32
EnumCtlData.nValue=32,32
EnumCtlData.numItems=96,32