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;
Members
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.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | windns.h |