Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |