According to http://msdn.microsoft.com/en-us/library/aa916070.aspx (DnsQuery_W), DNS query libraries are available on Windows Mobile / CE developers for versions 5.0 onwards. Yet, ‘#include ‘ gives nasty ‘file not found’ errors. What gives? Strangely enough ‘dnsapi.lib’ is available. Does Microsoft actually expect developers to scavenge the file from somewhere?..
According to http://msdn.microsoft.com/en-us/library/aa916070.aspx (DnsQuery_W), DNS query libraries are available on Windows Mobile / CE
Share
The posted thread here claims that this API is not actually available in Windows Mobile 5 (and perhaps later?), despite claiming otherwise. I looked through the Mobile 5 and 6 SDKs, and didn’t see this API either, so perhaps the thread’s suggestion might work for you:
getnameinfo should be documented here (for Windows Mobile), in case that helps.