2.5.98.41 PtgExtraArray
The PtgExtraArray structure specifies the values for the corresponding PtgArray (section 2.5.98.23) as specified in RgbExtra (section 2.5.98.87).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rows |
|||||||||||||||||||||||||||||||
cols |
|||||||||||||||||||||||||||||||
array (variable) |
|||||||||||||||||||||||||||||||
... |
rows (4 bytes): A DRw (section 2.5.35) structure that specifies the number of rows in the array. This value MUST be greater than 0.
cols (4 bytes): A DCol (section 2.5.32) structure that specifies the number of columns (1) in the array. This value MUST be greater than 0.
array (variable): An array of SerAr (section 2.5.98.93) that specifies the values in row major order. The number of elements MUST be equal to the product of rows and cols.