HTTPPROXYINFO
Contains HTTP proxy information for the requested binding operation.
Syntax
typedef struct _tagHTTPPROXYINFO {
LPOLESTR pszProxy;
LPOLESTR pszProxyBypass;
DWORD dwReserved;
} HTTPPROXYINFO;
Members
- pszProxy
Long pointer to a null-terminated string that contains the name of the proxy server (or servers) to use if proxy access was specified. - pszProxyBypass
Long pointer to a null-terminated string that contains an optional list of host names or IP addresses, or both, that should not be routed through the proxy. - dwReserved
Reserved. Set to 0.
Remarks
This structure should be returned in pcbBuf argument of IProxyInfo::QueryInfo when HTTP proxy information is required during the binding process for the request.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
URL Moniker Services Structures | IProxyInfo::QueryInfo
Send Feedback on this topic to the authors