DHCP_POL_LOGIC_OPER enumeration (dhcpsapi.h)
The DHCP_POL_LOGIC_OPER enumeration defines how to group the constituent conditions and sub-expressions of an expression in a DHCP server policy.
Syntax
typedef enum {
DhcpLogicalOr,
DhcpLogicalAnd
} DHCP_POL_LOGIC_OPER;
Constants
DhcpLogicalOr The results of the constituent conditions and sub-expressions must be logically ORed to evaluate the expression. |
DhcpLogicalAnd The results of the constituent conditions and sub-expressions must be logically ANDed to evaluate the expression. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | dhcpsapi.h |