2.2.1.1.24 DHCP_POL_LOGIC_OPER

The DHCP_POL_LOGIC_OPER enumeration contains the logical operator used to combine the conditions of a policy.

 typedef enum {
     DhcpLogicalOr,
     DhcpLogicalAnd,
 } DHCP_POL_LOGIC_OPER;

DhcpLogicalOr: Specifies the OR logical operator.

DhcpLogicalAnd: Specifies the AND logical operator.