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.
A version of this page is also available for
4/8/2010
This structure contains the IInternetProtocolSink and IInternetProtocol interfaces of an application that is 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
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
| Header | urlmon.h, urlmon.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |