Compartir a través de


PROTOCOLFILTERDATA (Windows CE 5.0)

Send Feedback

This structure contains the IInternetProtocolSink and IInternetProtocol interfaces of an application that is calling a pluggable Multipurpose Internet Mail Extensions (MIME) filter.

typedef struct _tagPROTOCOLFILTERDATA {DWORD cbSize;IInternetProtocolSink* pProtocolSink;IInternetProtocol* pProtocol;IUnknown* pUnk;DWORD dwFilterFlags;} PROTOCOLFILTERDATA;

Members

  • cbSize
    Unsigned long integer value that contains the size of the structure.
  • pProtocolSink
    Pointer to the application's implementation of the IInternetProtocolSink interface.
  • pProtocol
    Pointer to the application's implementation of the IInternetProtocol interface.
  • pUnk
    Pointer to the IUnknown interface.
  • dwFilterFlags
    Reserved. Must be set to 0.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.