DnsQueryRawResultFree function (windns.h)
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Frees the memory allocated to a DNS_QUERY_RAW_RESULT structure object. Also see DNS_QUERY_RAW_COMPLETION_ROUTINE.
Syntax
void DnsQueryRawResultFree(
_Frees_ptr_opt_ DNS_QUERY_RAW_RESULT *queryResults
);
Parameters
queryResults
Type: _In_ DNS_QUERY_RAW_RESULT*
The object whose memory should be freed.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | windns.h |
Library | dnsapi.lib |
DLL | dnsapi.dll |