ReverseLookUp method
Syntax: DomainName = ReverseLookUp ( IPAddr
)
| Part |
Type |
Description |
| DomainName |
String |
Domain name returned by the DNS lookup on IPAddr |
| IPAddr |
Long |
A numeric IP address |
ReverseLookUp does a reverse DNS lookup to find the domain name
corresponding to an IP address. If the lookup fails, ReverseLookUp
returns an empty string and sets the Error property.
|