WINHTTP_PROXY_CHANGE_CALLBACK callback function (winhttp.h)

Represents an application-defined proxy change callback function.

Syntax

WINHTTP_PROXY_CHANGE_CALLBACK WinhttpProxyChangeCallback;

void WinhttpProxyChangeCallback(
  ULONGLONG ullFlags,
  PVOID pvContext
)
{...}

Parameters

ullFlags

Type: _In_ ULONGLONG

The flag passed to the WinHttpRegisterProxyChangeNotification function (for example, WINHTTP_PROXY_NOTIFY_CHANGE).

pvContext

Type: _In_ PVOID

The context object pointer passed to the WinHttpRegisterProxyChangeNotification function.

Return value

None

Requirements

Requirement Value
Header winhttp.h