DNS_RRSET structure (windns.h)
The DNS_RRSET structure contains information about a DNS Resource Record (RR) set.
Syntax
typedef struct _DnsRRSet {
PDNS_RECORD pFirstRR;
PDNS_RECORD pLastRR;
} DNS_RRSET, *PDNS_RRSET;
Members
pFirstRR
A pointer to a DNS_RECORD structure that contains the first DNS RR in the set.
pLastRR
A pointer to a DNS_RECORD structure that contains the last DNS RR in the set.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | windns.h |