_ControlData=structureSize
_ControlData.controlIdx=memberOffset,memberSize
_ControlData.dataType=memberOffset,memberSize
_ControlData.fieldType=memberOffset,memberSize
_ControlData.hValue=memberOffset,memberSize
_ControlData.parentIdx=memberOffset,memberSize
Description:
Describes the layout of the _ControlData structure in the target memory. The LabVIEW debugger uses the _ControlData structure information to access the list of front panel control data structures.
Parameters:
structureSize is the size of the _ControlData 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:
LVCCG.h
Example:
_ControlData=20
_ControlData.controlIdx=0,32
_ControlData.dataType=96,32
_ControlData.fieldType=128,32
_ControlData.hValue=64,32
_ControlData.parentIdx=32,32