2.2.1.2.107 DHCP_POL_EXPR

The DHCP_POL_EXPR structure specifies an individual expression of a policy.

 typedef struct _DHCP_POL_EXPR {
   DWORD ParentExpr;
   DHCP_POL_LOGIC_OPER Operator;
 } DHCP_POL_EXPR,
  *PDHCP_POL_EXPR,
  *LPDHCP_POL_EXPR;

ParentExpr: This member is of type DWORD and contains the index of the parent expression in the DHCP_POL_EXPR_ARRAY structure (section 2.2.1.2.108) associated with the policy.

Operator: This member is of type DHCP_POL_LOGIC_OPER enumeration (section 2.2.1.1.24) and specifies the logical operator of this expression.