<div class="content"><p> </p><p>The SubRestriction_r structure is an encoding of the <b>SubObjectRestriction</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>SubObjectRestriction</b> data
structure.</p><dl>
<dd>
<div><pre> typedef struct _SubRestriction_r {
   DWORD ulSubObject;
   Restriction_r* lpRes;
 } SubRestriction_r;
</pre></div>
</dd></dl><p><b>ulSubObject:</b>  Encodes the <b>SubObject</b>
field of the <b>SubObjectRestriction</b> data structure.</p><p><b>lpRes:</b>  Encodes the <b>Restriction</b>
field of the <b>SubObjectRestriction</b> data structure.</p></div>