DnsRecordListFree (Windows Embedded CE 6.0)
1/6/2010
This function frees memory that was allocated for DNS records that were obtained by the DnsQuery_W function.
Syntax
void WINAPI DnsRecordListFree(
PDNS_RECORD pRecordList,
DNS_FREE_TYPE FreeType
);
Parameters
- pRecordList
[in, out] Pointer to the list of DNS records to be freed.
- FreeType
[in] Specifies how the record list should be freed. The only type currently supported is DnsFreeRecordList, which completely frees the resource record list, including all child nodes in a linked list.
Return Value
None.
Remarks
This function can be used to free memory allocated from query results that were obtained using a DnsQuery_W function call. It cannot free memory allocated for DNS record lists that were created manually.
Requirements
Header | windns.h |
Library | dnsapi.lib |
Windows Embedded CE | Windows CE 5.0 and later |