Partager via


DNS_RRSET

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This 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
    [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

Header windns.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DNS Structures