StringData=structureSize
StringData.bStatic=memberOffset,memberSize
StringData.bufferLen=memberOffset,memberSize
StringData.len=memberOffset,memberSize
StringData.pValue=memberOffset,memberSize
StringData.padding=memberOffset,memberSize
Description:
Describes the layout of the StringData structure in the target memory. The LabVIEW debugger uses the StringData structure information to access the front panel string control data structures.
Parameters:
structureSize is the size of the StringData 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:
LVString.h
Example:
StringData=16
StringData.bStatic=64,8
StringData.bufferLen=32,32
StringData.len=0,32
StringData.pValue=96,32
StringData.padding=72,24