estructura de WINHTTP_PROXY_SETTINGS_PARAM (winhttp.h)
Representa la configuración de proxy extendida.
Sintaxis
typedef struct _WINHTTP_PROXY_SETTINGS_PARAM {
ULONGLONG ullFlags;
PCWSTR pcwszConnectionName;
PCWSTR pcwszProbeHost;
} WINHTTP_PROXY_SETTINGS_PARAM, *PWINHTTP_PROXY_SETTINGS_PARAM;
Miembros
ullFlags
Tipo: ULONGLONG
Banderas.
pcwszConnectionName
Tipo: PCWSTR
Nombre de conexión WCM para el que se recuperó la configuración.
pcwszProbeHost
Tipo: PCWSTR
TBD
Requisitos
Encabezado | winhttp.h |