Platform SDK: Network Management

DnsRecordSetDetach

The DnsRecordSet function detaches the first record set from a specified list of DNS records.

PDNS_RECORD DnsRecordSetDetach(
  PDNS_RECORD pRR
);

Parameters

pRR
[in, out] On input, a pointer to the list prior to the detachment of the first DNS record in the list of DNS records. On output, a pointer to the list subsequent to the detachment of the DNS record.

Return Values

On return, the DnsRecordSet function points to the detached DNS record set.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Windns.h.
  Library: Use Dnsapi.lib.

See Also

DnsQuery, DnsRecordCompare, DnsRecordSetCompare