domain name from IP address
does anyone know how to retrieve domain name from an IP address? I know it is possible since I have seen it happening in an application? I want to know the windows API or any other method which can return me domain name of which this IP address is part?
[253 byte] By [
john_avi] at [2007-11-20 11:48:13]

# 3 Re: domain name from IP address
Maybe you can use DnsQuery API.
I'm sorry i can't give some advise since i never use this API.