4D Internet Commands v14NET_AddrToName |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Internet Commands v14
NET_AddrToName
|
NET_AddrToName ( ip_Longint ; hostName ; ip_Address ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
ip_Longint | Longint |
![]() |
Long Integer reference to the address | |||||
hostName | String |
![]() |
Host name | |||||
ip_Address | String |
![]() |
IP address | |||||
Function result | Integer |
![]() |
Error Code | |||||
The NET_AddrToName command takes a long integer reference to a host name, and returns both the host name and the IP address of that host.
ip_Longint is the long integer reference to an IP address.
hostName is the string returned which contains the host name. If the host name is not able to be resolved, ip_Address will return a null string and no error will be returned.
ip_Address is the string returned which contains the IP address.
Product: 4D Internet Commands
Theme: IC Internet
Number:
88922
Created: 4D Internet Commands 6.5
4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)