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