WINHTTP_PROXY_SETTINGS_PARAM structure (winhttp.h)

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