Condividi tramite


DNS_PROXY_INFORMATION struttura (windns.h)

La struttura DNS_PROXY_INFORMATION contiene le informazioni proxy per la tabella dei criteri di risoluzione dei nomi di un server DNS.

Sintassi

typedef struct DNS_PROXY_INFORMATION {
  ULONG                      version;
  DNS_PROXY_INFORMATION_TYPE proxyInformationType;
  PWSTR                      proxyName;
} DNS_PROXY_INFORMATION;

Members

version

Valore che specifica la versione della struttura. Questo valore deve essere 1.

proxyInformationType

Enumerazione DNS_PROXY_INFORMATION_TYPE contenente il tipo di informazioni proxy.

proxyName

Puntatore a una stringa contenente il nome del server proxy se proxyInformationType è DNS_PROXY_INFORMATION_PROXY_NAME. In caso contrario, questo membro viene ignorato.

Nota Per liberare questa stringa, usare la funzione DnsFreeProxyName .
 

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione windns.h

Vedi anche

Strutture DNS

DnsGetProxyInformation