DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6 structure (dhcpsapi.h)

The DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6 structure contains data that defines an array of DHCP_SUBNET_ELEMENT_DATA_V6 IPv6 prefix elements.

Syntax

typedef struct _DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6 {
  DWORD                         NumElements;
  LPDHCP_SUBNET_ELEMENT_DATA_V6 Elements;
} DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6, *LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V6;

Members

NumElements

A DWORD value containing the number of IPv6 subnet elements in the Elements member.

Elements

Pointer to an array of DHCP_SUBNET_ELEMENT_DATA_V6 structures that contain IPv6 prefix elements.

Requirements

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

See also

DHCP_SUBNET_ELEMENT_DATA_V6