Share via


PROTOCOLFILTERDATA

Send Feedback

Contains the IInternetProtocolSink and IInternetProtocol interfaces of the application calling a pluggable Multipurpose Internet Mail Extensions (MIME) filter.

Syntax

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
    Address of the application's implementation of the IInternetProtocolSink interface.
  • pProtocol
    Address of the application's implementation of the IInternetProtocol interface.
  • pUnk
    Address of the IUnknown interface.
  • dwFilterFlags
    Reserved. Must be set to zero.

Requirements

Pocket PC: Pocket PC 2000 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.