WINHTTP_PROXY_RESULT structure (winhttp.h)

The WINHTTP_PROXY_RESULT structure contains collection of proxy result entries provided by WinHttpGetProxyResult.

Syntax

typedef struct _WINHTTP_PROXY_RESULT {
  DWORD                      cEntries;
  WINHTTP_PROXY_RESULT_ENTRY *pEntries;
} WINHTTP_PROXY_RESULT;

Members

cEntries

The number of entries in the pEntries array.

pEntries

A pointer to an array of WINHTTP_PROXY_RESULT_ENTRY structures.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header winhttp.h

See also

WINHTTP_PROXY_RESULT_ENTRY

WinHttpFreeProxyResult

WinHttpGetProxyResult