2.3.2 PropertyRow_r

The PropertyRow_r structure is an encoding of the StandardPropertyRow data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the StandardPropertyRow data structure.

 typedef struct _PropertyRow_r {
   DWORD Reserved;
   [range(0,100000)] DWORD cValues;
   [size_is(cValues)] PropertyValue_r* lpProps;
 } PropertyRow_r;

Reserved: Reserved. All clients and servers MUST set this value to the constant 0x00000000.

cValues: The number of PropertyValue_r structures represented in the PropertyRow_r structure. This value MUST NOT exceed 100,000.

lpProps: Encodes the ValueArray field of the StandardPropertyRow data structure.