%SS_INET_NTOA
Convert IPv4 address from numeric to text
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %SS_INET_NTOA(in_addr, charstring)
Return value
status
Returns SS_SUCCESS (0). (n)
Arguments
in_addr
An IPv4 address in numeric form. (i4)
charstring
Returned with the IP address in text form. (a)
Discussion
%SS_INET_NTOA converts a numeric IPv4 address into a string containing the IP address.
We recommend you use the newer %SS_INET_NTOP instead of %SS_INET_NTOA. |