[#CNetAddr-GetIn6Addr] = xref:CNetAddr.adoc[CNetAddr]::GetIn6Addr :relfileprefix: ../ :mrdocs: Fill an in6_addr with this address's IPv6 value. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetIn6Addr(in6_addr* pipv6Addr) const; ---- == Return Value True when the value was written. == Parameters [cols="1,4"] |=== | Name| Description | *pipv6Addr* | Destination in6_addr to populate with the IPv6 value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#