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.
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 |