Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a DNS Resource Record (RR) set.
typedef struct _DnsRRSet { PDNS_RECORD pFirstRR; PDNS_RECORD pLastRR;} DNS_RRSET, *PDNS_RRSET;
Members
- pFirstRR
[in] Pointer to a DNS_RECORD structure containing the first DNS Resource Record in the set. - pLastRR
[in] Pointer to a DNS_RECORD structure containing the last DNS Resource Record in the set.
Remarks
None.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Windns.h.
See Also
Send Feedback on this topic to the authors