The DHCP_IPV6_ADDRESS structure contains an IPv6 address. As this is a 128bit address this is split into two ulong (64bit) address parts.

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public struct DHCP_IPV6_ADDRESS

VB

Public Structure DHCP_IPV6_ADDRESS

C++

public value class DHCP_IPV6_ADDRESS

The DHCP_IPV6_ADDRESSDHCP_IPV6_ADDRESSDHCP_IPV6_ADDRESS type exposes the following members.

Methods

Name Description
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
ToString()ToString()ToString() Returns a String that represents the current Object. (Inherited from ObjectObjectObject.)
Top

Fields

Name Description
HighOrderBitsHighOrderBitsHighOrderBits A value containing the higher 64 bits of the IPv6 address.
LowOrderBitsLowOrderBitsLowOrderBits A value containing the lower 64 bits of the IPv6 address.
Top

Remarks

http://msdn.microsoft.com/en-us/library/windows/desktop/dd897589(v=vs.85).aspx

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace