Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.43 KB

ns-windns-dns_proxy_information.md

File metadata and controls

79 lines (62 loc) · 2.43 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:windns.DNS_PROXY_INFORMATION
DNS_PROXY_INFORMATION (windns.h)
Contains the proxy information for a DNS server's name resolution policy table.
DNS_PROXY_INFORMATION
DNS_PROXY_INFORMATION structure [DNS]
PDNS_PROXY_INFORMATION
PDNS_PROXY_INFORMATION structure pointer [DNS]
dns.dns_proxy_information
windns/DNS_PROXY_INFORMATION
windns/PDNS_PROXY_INFORMATION
dns\dns_proxy_information.htm
DNS
cfe7653f-7e68-4e50-ba67-bd441f837ef8
12/05/2018
DNS_PROXY_INFORMATION, DNS_PROXY_INFORMATION structure [DNS], PDNS_PROXY_INFORMATION, PDNS_PROXY_INFORMATION structure pointer [DNS], dns.dns_proxy_information, windns/DNS_PROXY_INFORMATION, windns/PDNS_PROXY_INFORMATION
windns.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
DNS_PROXY_INFORMATION
19H1
DNS_PROXY_INFORMATION
windns/DNS_PROXY_INFORMATION
c++
APIRef
kbSyntax
HeaderDef
Windns.h
DNS_PROXY_INFORMATION

DNS_PROXY_INFORMATION structure

-description

The DNS_PROXY_INFORMATION structure contains the proxy information for a DNS server's name resolution policy table.

-struct-fields

-field version

A value that specifies the structure version. This value must be 1.

-field proxyInformationType

A DNS_PROXY_INFORMATION_TYPE enumeration that contains the proxy information type.

-field proxyName

A pointer to a string that contains the proxy server name if proxyInformationType is DNS_PROXY_INFORMATION_PROXY_NAME. Otherwise, this member is ignored.

Note  To free this string, use the DnsFreeProxyName function.
 

-see-also

DNS Structures

DnsGetProxyInformation