CNetAddr::GetIn6Addr

Fill an in6_addr with this address's IPv6 value.

Synopsis

Declared in <netaddress.h>

bool
GetIn6Addr(in6_addr* pipv6Addr) const;

Return Value

True when the value was written.

Parameters

NameDescription
pipv6AddrDestination in6_addr to populate with the IPv6 value.