Fill an in_addr with this address's IPv4 value.
Synopsis
Declared in <netaddress.h>
bool
GetInAddr(in_addr* pipv4Addr) const;
Return Value
True when this is an IPv4 address and the value was written.
Parameters
Name |
Description |
pipv4Addr |
Destination in_addr to populate with the IPv4 value. |
Created with MrDocs