nn::socket::InetNtoA Function
char * InetNtoA(
InAddr in
);
| Name | Description | |
|---|---|---|
| in | in | Specifies an InAddr structure holding an IPv4 host address in numeric format. |
Converts an IPv4 host address given in numeric format to a string representing the address in dot-decimal notation.
Can be used even if Initialize has not been called. The InetNtoA function is neither reentrant nor thread-safe. Use the InetNtoP function instead if you need to call from multiple threads.
CONFIDENTIAL