_LVGraphData=structureSize
_LVGraphData.bStatic=memberOffset,memberSize
_LVGraphData.datatype=memberOffset,memberSize
_LVGraphData.dtDataIn=memberOffset,memberSize
_LVGraphData.vhDataIn=memberOffset,memberSize
Description:
Describes the layout of the _LVGraphData structure in the target memory. The LabVIEW debugger uses the _LVGraphData structure information to access the front panel graph control data structures.
Parameters:
structureSize is the size of the _LVGraphData 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:
LVGraph.h
Example:
_LVGraphData=16
_LVGraphData.bStatic=64,8
_LVGraphData.datatype=0,32
_LVGraphData.dtDataIn=32,32
_LVGraphData.vhDataIn=96,32