<div class="content" name="DHCP_POL_EXPR" uuid="4a35c636-24e6-43e9-aa47-45e34e457934"><p>The <b>DHCP_POL_EXPR</b> structure specifies an individual
expression 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_EXPR {
   DWORD ParentExpr;
   DHCP_POL_LOGIC_OPER Operator;
 } DHCP_POL_EXPR,
  *PDHCP_POL_EXPR,
  *LPDHCP_POL_EXPR;
</pre></div>
</dd></dl><p><b>ParentExpr:</b>  This member is of type <a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>
and contains the index of the parent expression in the <b>DHCP_POL_EXPR_ARRAY</b>
structure (section <a href="e24fe009-07df-4476-a36b-9701c6162a19" data-linktype="relative-path">2.2.1.2.108</a>)
associated with the policy.</p><p><b>Operator:</b>  This member is of type <b>DHCP_POL_LOGIC_OPER</b>
enumeration (section <a href="fd910cd5-9c0d-4d19-a88a-c7c941ead177" data-linktype="relative-path">2.2.1.1.24</a>)
and specifies the logical operator of this expression.</p></div>