DHCP_IP_RESERVATION_V6 structure (dhcpsapi.h)
The DHCP_IP_RESERVATION_V6 structure defines an IPv6 reservation for a DHCPv6 client in a specific IPv6 prefix.
Syntax
typedef struct _DHCP_IP_RESERVATION_V6 {
DHCP_IPV6_ADDRESS ReservedIpAddress;
DHCP_CLIENT_UID *ReservedForClient;
DWORD InterfaceId;
} DHCP_IP_RESERVATION_V6, *LPDHCP_IP_RESERVATION_V6;
Members
ReservedIpAddress
DHCP_IPV6_ADDRESS structure that contains the IPv6 address of the DHCPv6 client for which an IPv6 reservation is created.
ReservedForClient
DHCP_CLIENT_UID structure that contains the hardware address (MAC address) of the DHCPv6 client for which the IPv6 reservation is created.
InterfaceId
Integer that specifies the interface identifier for which the IPv6 reservation is created.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | dhcpsapi.h |