2.2.2.1.1 TRowSet Structure

A TRowSet structure is defined in the following table.

Field name

Type

Size in Bytes

Description

Type

ULONG

4

Type of the template. This MUST be 0x00000001.

cRows

ULONG

4

Count of TRow structures that are defined in this structure. This field MUST be followed by exactly cRows TRow structures.

Row1

TRow structure

36

TRow structure that contains data about a control.

Row2

TRow structure

36

TRow structure that contains data about a control.

...

RowN

TRow structure

36

Last of cRows TRow structures.