DHCP_POLICY_ARRAY structure (dhcpsapi.h)

The DHCP_POLICY_ARRAY structure defines an array of DHCP server policies.

Syntax

typedef struct _DHCP_POLICY_ARRAY {
  DWORD         NumElements;
  LPDHCP_POLICY Elements;
} DHCP_POLICY_ARRAY, *PDHCP_POLICY_ARRAY, *LPDHCP_POLICY_ARRAY;

Members

NumElements

Integer that specifies the number of DHCP server policies in Elements.

Elements

Pointer to a list of DHCP_POLICY structures.

Requirements

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

See also

DhcpV4EnumPolicies