DnsFreeProxyName function
The DnsFreeProxyName function frees memory allocated for the proxyName member of a DNS_PROXY_INFORMATION structure obtained using the DnsGetProxyInformation function.
Syntax
void DnsFreeProxyName(
_Inout_ PWSTR proxyName
);
Parameters
- proxyName [in, out]
-
A pointer to the proxyName string to be freed.
Return value
This function does not return a value.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Community Additions
ADD
Show: