Share via


DNS_RRSET (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

DNS Structures