SRGValueBlock structure
struct { UINT group; UINT index; double value; BOOL bNullFlag; } SRGValueBlock;Structure used by CGraphDoc to pass data items between documents updating graph data
Defined in: Ochart.h
Members
group
Group of data item to be updated
index
Index of data item to be updated
value
New value for the updated data item
bNullFlag
Null flag for the updated data item