Condividi tramite


struttura DNS_RRSET (windns.h)

La struttura DNS_RRSET contiene informazioni su un set RR (DNS Resource Record).

Sintassi

typedef struct _DnsRRSet {
  PDNS_RECORD pFirstRR;
  PDNS_RECORD pLastRR;
} DNS_RRSET, *PDNS_RRSET;

Membri

pFirstRR

Puntatore a una struttura DNS_RECORD che contiene il primo RR DNS nel set.

pLastRR

Puntatore a una struttura DNS_RECORD che contiene l'ultimo RR DNS nel set.

Fabbisogno

Requisito Valore
client minimo supportato Windows 2000 Professional [solo app desktop]
server minimo supportato Windows 2000 Server [solo app desktop]
intestazione windns.h

Vedere anche

DNS_RECORD