WinHttpFreeProxySettingsEx function (winhttp.h)

Frees the data retrieved from a previous call to WinHttpGetProxySettingsResultEx.

Syntax

WINHTTPAPI DWORD WinHttpFreeProxySettingsEx(
  WINHTTP_PROXY_SETTINGS_TYPE ProxySettingsType,
  PVOID                       pProxySettingsEx
);

Parameters

ProxySettingsType

Type: _In_ WINHTTP_PROXY_SETTINGS_TYPE

A proxy settings type.

pProxySettingsEx

Type: _In_ PVOID

A pointer to a WINHTTP_PROXY_SETTINGS_EX structure that was retrieved from a previous call to WinHttpGetProxySettingsResultEx.

Return value

This function does not return a value.

Requirements

Requirement Value
Target Platform Windows
Header winhttp.h
Library Winhttp.lib
DLL Winhttp.dll