ReverseLookUp method
DomainName = ReverseLookUp ( IPAddr )
| IPAddr |
Long |
A numeric IP address (network byte order) |
| DomainName |
String |
Domain name, if any, returned by the DNS query for IPAddr |
ReverseLookUp uses the Connection
object in the Connection property to do a
PTR query. If the query fails, it returns an empty string and sets the Error
property.
|