WINHTTP_PROXY_CHANGE_CALLBACK fonction de rappel (winhttp.h)
Représente une fonction de rappel de modification de proxy définie par l’application.
Syntaxe
WINHTTP_PROXY_CHANGE_CALLBACK WinhttpProxyChangeCallback;
void WinhttpProxyChangeCallback(
ULONGLONG ullFlags,
PVOID pvContext
)
{...}
Paramètres
ullFlags
Type : _In_ ULONGLONG
Indicateur passé à la fonction WinHttpRegisterProxyChangeNotification (par exemple, WINHTTP_PROXY_NOTIFY_CHANGE).
pvContext
Type : _In_ PVOID
Pointeur de l’objet de contexte passé à la fonction WinHttpRegisterProxyChangeNotification .
Valeur de retour
None
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | winhttp.h |