2.2.4 PropertyRowSet_r Structure

The PropertyRowSet_r structure is an encoding of the PropertyRowSet_r data structure, as specified in [MS-OXCDATA] section 2.8.2.2.

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.