structure WINHTTP_PROXY_RESULT (winhttp.h)
La structure WINHTTP_PROXY_RESULT contient une collection d’entrées de résultat de proxy fournies par WinHttpGetProxyResult.
Syntaxe
typedef struct _WINHTTP_PROXY_RESULT {
DWORD cEntries;
WINHTTP_PROXY_RESULT_ENTRY *pEntries;
} WINHTTP_PROXY_RESULT;
Membres
cEntries
Nombre d’entrées dans le tableau pEntries .
pEntries
Pointeur vers un tableau de structures WINHTTP_PROXY_RESULT_ENTRY .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winhttp.h |