Expand Minimize
This topic has not yet been rated - Rate this topic

DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6 structure

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, *PDHCP_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

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008, Windows Server 2008 R2 [desktop apps only]

Header

Dhcpsapi.h

See also

DHCP_SUBNET_ELEMENT_DATA_V6

 

 

Send comments about this topic to Microsoft

Build date: 2/28/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.