<div class="content"><p> </p><p>The PropertyRow_r structure is an encoding of the <b>StandardPropertyRow</b>
data structure defined in <span><a href="/en-us/openspecs/exchange_server_protocols/MS-OXCDATA/1afa0cd9-b1a0-4520-b623-bf15030af5d8" data-linktype="absolute-path">[MS-OXCDATA]</a></span>.
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 <span><a href="6567108a-2f61-490a-9faa-0a01e51345a2" data-linktype="relative-path">PropertyValue_r</a></span>
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>