2.3.3 PropertyRowSet_r

The PropertyRowSet_r structure is an encoding of the PropertyRowSet data structure defined in [MS-OXCDATA] section 2.19.2, PropertyRowSet.

The permissible number of PropertyRows in the PropertyRowSet_r data structure exceeds that of the PropertyRowSet data structure. The semantic meaning is otherwise unchanged from the PropertyRowSet data structure.

 typedef struct _PropertyRowSet_r {
   [range(0,100000)] DWORD cRows;
   [size_is(cRows)] PropertyRow_r aRow[];
 } PropertyRowSet_r;

cRows: Encodes the RowCount field of the PropertyRowSet data structures. This value MUST NOT exceed 100,000.

aRow: Encodes the Rows field of the PropertyRowSet data structure.