evdns_base_config_windows_nameservers

Obtain nameserver information using the Windows API.

Attempt to configure a set of nameservers based on platform settings on a win32 host. Preferentially tries to use GetNetworkParams; if that fails, looks in the registry.

@return 0 if successful, or -1 if an error occurred @see evdns_resolv_conf_parse()

version(Win32)
extern (C) nothrow
int
evdns_base_config_windows_nameservers

Meta