WINHTTP_PROXY_RESULT structure
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: