Contains information that is supplied with the INTERNET_OPTION_PROXY value to get or set proxy information on a handle obtained from a call to the InternetOpen function.
Syntax
typedef struct { DWORD dwAccessType; LPCTSTR lpszProxy; LPCTSTR lpszProxyBypass; } INTERNET_PROXY_INFO, * LPINTERNET_PROXY_INFO;
Members
- dwAccessType
- Unsigned long integer value that contains the access type. This can be one of the following values:
- INTERNET_OPEN_TYPE_DIRECT
- Internet accessed through a direct connection.
- INTERNET_OPEN_TYPE_PRECONFIG
- Applies only when setting proxy information.
- INTERNET_OPEN_TYPE_PROXY
- Internet accessed using a proxy.
- lpszProxy
- Address of a string value that contains the proxy server list.
- lpszProxyBypass
- Address of a string value that contains the proxy bypass list.
Structure Information
Windows NT Use version 4.0. Implemented only as an ANSI structure. Windows Use Windows 95 and later. Implemented only as an ANSI structure. Header Wininet.h Minimum availability Internet Explorer 3.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0