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 extended proxy settings.
Syntax
typedef struct _WINHTTP_PROXY_SETTINGS_PARAM {
ULONGLONG ullFlags;
PCWSTR pcwszConnectionName;
PCWSTR pcwszProbeHost;
} WINHTTP_PROXY_SETTINGS_PARAM, *PWINHTTP_PROXY_SETTINGS_PARAM;
Members
ullFlags
Type: ULONGLONG
Flags.
pcwszConnectionName
Type: PCWSTR
The WCM connection name for which settings were retrieved.
pcwszProbeHost
Type: PCWSTR
TBD
Requirements
Requirement | Value |
---|---|
Header | winhttp.h |