DHCP_IP_RANGE_V6 structure (dhcpsapi.h)
The DHCP_IP_RANGE_V6 structure specifies a range of IPv6 addresses for use with a DHCPv6 server.
Syntax
typedef struct _DHCP_IP_RANGE_V6 {
DHCP_IPV6_ADDRESS StartAddress;
DHCP_IPV6_ADDRESS EndAddress;
} DHCP_IP_RANGE_V6, *LPDHCP_IP_RANGE_V6;
Members
StartAddress
DHCP_IPV6_ADDRESS structure that contains the first IPv6 address in the range.
EndAddress
DHCP_IPV6_ADDRESS structure that contains the last IPv6 address in the range.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | dhcpsapi.h |