DnsFreeProxyName function (windns.h)
The DnsFreeProxyName function frees memory allocated for the proxyName member of a DNS_PROXY_INFORMATION structure obtained using the DnsGetProxyInformation function.
Syntax
void DnsFreeProxyName(
[in, out] _Frees_ptr_opt_ PWSTR proxyName
);
Parameters
[in, out] proxyName
A pointer to the proxyName string to be freed.
Return value
None
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | windns.h |
| Library | Dnsapi.lib |
| DLL | Dnsapi.dll |