I have an issue while developing the application, that is browsing devices in local network via mdns. Under windows 7 i used bonjour api from apple and all was great. After updating win7 to win10 bonjour can still find devices but it can not resolve connection to them. I found the solution that with Windows 10 Microsoft made inside solution with WINAPI and i found that: https://learn.microsoft.com/en-us/windows/win32/api/windns/nf-windns-dnsservicebrowse.
Entire DNS functions like 'DnsServiceBrowse' etc.. but I can not see them into "windns.h" header like it is specified into documentation. Even in dnsapi.dll i could not find any symbols to those functions. I am working with SDK 10.0.17763.0 under visual studio 2017. My windows 10 version is 1903. Am I missing something?