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.
1/6/2010
This structure contains information specific to the Web proxy filter.
Syntax
typedef struct _PROXY_HTTP_INFORMATION {
DWORD dwSize;
DWORD dwProxyVersion;
} PROXY_HTTP_INFORMATION, *PPROXY_HTTP_INFORMATION;
Members
- dwSize
Specifies the size of the structure.
- dwProxyVersion
Specifies the version of the filter interface.
Remarks
This structure is passed in as the pInfo parameter when the Web proxy calls the ProxyInitializeFilter function.
Requirements
| Header | webproxy.h |
| Windows Embedded CE | Windows CE 5.0 and later |