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.
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