<div class="content" name="DHCP_POL_COND_ARRAY" uuid="88b34e1e-2d73-47e9-828e-bfea4970c43d"><p>The <b>DHCP_POL_COND_ARRAY</b> structure specifies an array
of conditions of a <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_52323544-69e0-4172-8921-2711cbda988e" data-linktype="relative-path">policy</a>.</p><dl>
<dd>
<div><pre> typedef struct _DHCP_POL_COND_ARRAY {
   DWORD NumElements;
   [size_is(NumElements)] LPDHCP_POL_COND Elements;
 } DHCP_POL_COND_ARRAY,
  *PDHCP_POL_COND_ARRAY,
  *LPDHCP_POL_COND_ARRAY;
</pre></div>
</dd></dl><p><b>NumElements:</b>  This member is of type
<a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>
and specifies the number of conditions in the array.</p><p><b>Elements:</b>  This member is a pointer
of type LPDHCP_POL_COND (section <a href="5186dcd9-8530-4531-b6f8-a7503c0c96e3" data-linktype="relative-path">2.2.1.2.105</a>) that points
to an array of <b>DHCP_POL_COND</b> structure (section 2.2.1.2.105) elements.</p></div>