DnsRecordSetDetach function
The DnsRecordSetDetach function detaches the first record set from a specified list of DNS records.
Syntax
PDNS_RECORD DnsRecordSetDetach( _Inout_ PDNS_RECORD pRR );
Parameters
- pRR [in, out]
-
A pointer, on input, to a DNS_RECORD structure that contains the list prior to the detachment of the first DNS record in the list of DNS records. A pointer, on output to a DNS_RECORD structure that contains the list subsequent to the detachment of the DNS record.
Return value
On return, the DnsRecordSetDetach function points to the detached DNS record set.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also