DHCP_POL_COND_ARRAY structure (dhcpsapi.h)

The DHCP_POL_COND_ARRAY structure defines an array of DHCP server policy conditions.

Syntax

typedef struct _DHCP_POL_COND_ARRAY {
  DWORD           NumElements;
  LPDHCP_POL_COND Elements;
} DHCP_POL_COND_ARRAY, *PDHCP_POL_COND_ARRAY, *LPDHCP_POL_COND_ARRAY;

Members

NumElements

Integer that specifies the number of DHCP server policy conditions in Elements.

Elements

Pointer to a list of DHCP_POL_COND structures.

Requirements

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