dnsapi: Clarify that Windows does not implement DnsQueryConfig(DnsConfigSearchList).

From 17e2d5c1ca.
This commit is contained in:
Zebediah Figura 2022-06-22 17:09:57 -05:00 committed by Alexandre Julliard
parent 85596986a7
commit f66880c86a

View file

@ -387,6 +387,7 @@ DNS_STATUS WINAPI DnsQueryConfig( DNS_CONFIG_TYPE config, DWORD flag, const WCHA
struct get_serverlist_params params = { AF_INET6, buffer, len };
return RESOLV_CALL( get_serverlist, &params );
}
/* Windows does not implement this, but we need it in iphlpapi. */
case DnsConfigSearchList:
{
struct get_searchlist_params params = { buffer, len };