次の方法で共有


PROXY_HTTP_INFORMATION (Windows CE 5.0)

Send Feedback

This structure contains information specific to the Web proxy filter.

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

OS Versions: Windows CE 5.0 and later.
Header: Webproxy.h.

See Also

ProxyInitializeFilter | Web Proxy Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.