WinHttpGetProxySettingsResultEx function (winhttp.h)
Retrieves the results of a call to WinHttpGetProxySettingsEx.
Syntax
WINHTTPAPI DWORD WinHttpGetProxySettingsResultEx(
HINTERNET hResolver,
PVOID pProxySettingsEx
);
Parameters
hResolver
Type: _In_ HINTERNET
The resolver handle used to issue a previously completed call to WinHttpGetProxySettingsEx.
pProxySettingsEx
A pointer to a WINHTTP_PROXY_SETTINGS_EX structure. The memory occupied by the structure is allocated by WinHttpGetProxySettingsResultEx, so you need to free that memory by passing this pointer to WinHttpFreeProxySettingsEx.
Requirements
Requirement | Value |
---|---|
Header | winhttp.h |
Library | Winhttp.lib |
DLL | Winhttp.dll |