<div class="content" name="PropertyRow_r" uuid="e627a2d6-4a92-42f7-b1e6-54400373f371"><p>The PropertyRow_r structure is an encoding of the <b>StandardPropertyRow</b>
data structure defined in <a href="/en-us/openspecs/exchange_server_protocols/MS-OXCDATA/1afa0cd9-b1a0-4520-b623-bf15030af5d8" data-linktype="absolute-path">[MS-OXCDATA]</a>.
The semantic meaning is unchanged from the <b>StandardPropertyRow</b> data
structure.</p><dl>
<dd>
<div><pre> typedef struct _PropertyRow_r {
   DWORD Reserved;
   [range(0,100000)] DWORD cValues;
   [size_is(cValues)] PropertyValue_r* lpProps;
 } PropertyRow_r;
</pre></div>
</dd></dl><p><b>Reserved:</b>  Reserved. All clients and
servers MUST set this value to the constant 0x00000000.</p><p><b>cValues:</b>  The number of <a href="6567108a-2f61-490a-9faa-0a01e51345a2" data-linktype="relative-path">PropertyValue_r</a> structures
represented in the PropertyRow_r structure. This value MUST NOT exceed 100,000.</p><p><b>lpProps:</b>  Encodes the <b>ValueArray</b>
field of the <b>StandardPropertyRow</b> data structure.</p></div>