ArrayControlData=structureSize
ArrayControlData.bStatic=memberOffset, memberSize
ArrayControlData.dataType=memberOffset, memberSize
ArrayControlData.elt_datatype=memberOffset, memberSize
ArrayControlData.hValue=memberOffset, memberSize
ArrayControlData.hDefaultValue=memberOffset, memberSize
ArrayControlData.nDims=memberOffset, memberSize
Description:
Describes the layout of the ArrayControlData structure in the target memory. The LabVIEW debugger uses the ArrayControlData structure information to access the front panel array control data structures.
Parameters:
structureSize is the size of the ArrayControlData 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:
LVArrayControl.h
Example:
ArrayControlData=24
ArrayControlData.bStatic=64,8
ArrayControlData.dataType=160,32
ArrayControlData.elt_datatype=128,32
ArrayControlData.hDefaultValue=32,32
ArrayControlData.hValue=0,32
ArrayControlData.nDims=96,32