Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |