PROTOCOLFILTERDATA (Windows Embedded CE 6.0)
1/6/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 |