The DnsFree function frees memory allocated for DNS records that was obtained using the
DnsQuery function.
Syntax
void WINAPI DnsFree(
__inout PVOID pData,
__in DNS_FREE_TYPE FreeType
);
Parameters
- pData [in, out]
-
A pointer to the DNS data to be freed.
- FreeType [in]
-
A value that specifies the type of DNS data in pData. For more information and a list of values, see the DNS_FREE_TYPE enumeration.
Return Value
This function does not return a value.
Requirements
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Header | Windns.h |
| Library | Dnsapi.lib |
| DLL | Dnsapi.dll |
See Also
- DNS_FREE_TYPE
Send comments about this topic to Microsoft
Build date: 5/28/2009