Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains the IInternetProtocolSinkand IInternetProtocolinterfaces 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 IInternetProtocolSinkinterface.
- pProtocol
-
Pointer to the application's implementation of the IInternetProtocolinterface.
- pUnk
-
Pointer to the IUnknowninterface.
- 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 |