|
From: Tor L. <tm...@ik...> - 2006-03-14 10:45:54
|
Tor Lillqvist writes: > If you are sure your app will run only on XP and newer, you can use > the modern getaddrinfo() etc API, like on Linux. Read MSDN for > documentation. Thinking more carefully, actually the API you might be looking for could be the Windows-specific DnsQuery() and friends. Those are declared in windns.h --tml |