WINHTTP_PROXY_SETTINGS_PARAM structure (winhttp.h)
Représente les paramètres de proxy étendus.
Syntaxe
typedef struct _WINHTTP_PROXY_SETTINGS_PARAM {
ULONGLONG ullFlags;
PCWSTR pcwszConnectionName;
PCWSTR pcwszProbeHost;
} WINHTTP_PROXY_SETTINGS_PARAM, *PWINHTTP_PROXY_SETTINGS_PARAM;
Membres
ullFlags
Type : ULONGLONG
Drapeaux.
pcwszConnectionName
Type : PCWSTR
Nom de la connexion WCM pour laquelle les paramètres ont été récupérés.
pcwszProbeHost
Type : PCWSTR
TBD
Configuration requise
En-tête | winhttp.h |