DHCP_IPV6_ADDRESS structure (dhcpsapi.h)

The DHCP_IPV6_ADDRESS structure contains an IPv6 address.

Syntax

typedef struct _DHCP_IPV6_ADDRESS {
  ULONGLONG HighOrderBits;
  ULONGLONG LowOrderBits;
} DHCP_IPV6_ADDRESS, *LPDHCP_IPV6_ADDRESS, *PDHCP_IPV6_ADDRESS;

Members

HighOrderBits

A ULONGULONG value containing the higher 64 bits of the IPv6 address.

LowOrderBits

A ULONGULONG value containing the lower 64 bits of the IPv6 address.

Remarks

An alternate name for this structure is DHCP_RESUME_IPV6_HANDLE.

Requirements

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