2.4.811 BrtSupNameValueStart

The BrtSupNameValueStart record specifies properties for a two-dimensional array of cached values for a DDE Data Item (section 2.2.7.4.2.1) or OLE Data Item (section 2.2.7.4.3.1)<47>, and specifies the beginning of a collection of records as defined by the External Link (section 2.1.7.25) part ABNF. The collection of records specifies the values of the two-dimensional array of cached values. The dimensions of the array are specified by the cRw and cCol fields. The values MUST be stored in row-major order.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

cRw

cCol

cRw (4 bytes):  A DRw (section 2.5.35) that specifies the number of rows in a DDE data item or OLE data item value array. This value MUST be greater than or equal to 1 and MUST be less than 1048577.

cCol (4 bytes):  A DCol (section 2.5.32) that specifies the number of columns (1) in a DDE data item or OLE data item value array. This value MUST be greater than or equal to 1 and MUST be less than 16385.