PROXY_HTTP_INFORMATION (Windows Embedded CE 6.0)
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 |