DNS_PROXY_INFORMATION_TYPE enumeration (windns.h)

The DNS_PROXY_INFORMATION_TYPE enumeration defines the proxy information type in the DNS_PROXY_INFORMATION structure.

Syntax

typedef enum DNS_PROXY_INFORMATION_TYPE {
  DNS_PROXY_INFORMATION_DIRECT,
  DNS_PROXY_INFORMATION_DEFAULT_SETTINGS,
  DNS_PROXY_INFORMATION_PROXY_NAME,
  DNS_PROXY_INFORMATION_DOES_NOT_EXIST
} ;

Constants

 
DNS_PROXY_INFORMATION_DIRECT
The type is bypass proxy information.
DNS_PROXY_INFORMATION_DEFAULT_SETTINGS
The type is the user's default browser proxy settings.
DNS_PROXY_INFORMATION_PROXY_NAME
The type is defined by the proxyName member of the DNS_PROXY_INFORMATION structure.
DNS_PROXY_INFORMATION_DOES_NOT_EXIST
The type does not exist. DNS policy does not have proxy information for this name space. This type is used if no wildcard policy exists and there is no default proxy information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header windns.h

See also

DNS Enumerations