A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



inet_ntoa

The Windows Sockets inet_ntoa function converts a network address into a string in Internet standard dotted format.

VB4-32,5,6
Declare Function inet_ntoa Lib "wsock32.dll" (ByVal inn As Long) As Long

VB.NET
System.Net.IPAddress.ToString

Operating Systems Supported
Requires Windows Sockets 1.1

Library
Wsock32.dll

Parameter Information
- in
[in] A structure that represents an Internet host address.

Return Values
If no error occurs, inet_ntoa returns a char pointer to a static buffer containing the text address in standard ".'' notation. Otherwise, it returns NULL.

Last update: 07 April 2006