DHCP_POL_EXPR structure (dhcpsapi.h)

The DHCP_POL_EXP structure defines a DHCP server policy expression.

Syntax

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

Members

ParentExpr

Integer that specifies the expression index that corresponds to this constituent condition.

Operator

DHCP_POL_LOGIC_OPER enumeration that specifies how the results of the constituent conditions and sub-expressions must be grouped to evaluate this expression.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012 [desktop apps only]
Header dhcpsapi.h

See also

DHCP_POLICY

DHCP_POL_EXPR_ARRAY