PROTOCOLFILTERDATAPROTOCOLFILTERDATA*
*



Contents  *



Index  *Topic Contents
*Previous Topic: PROTOCOLDATA
*Next Topic: Enumerated Types

PROTOCOLFILTERDATA

typedef struct _tagPROTOCOLFILTERDATA {
    DWORD cbSize;
    IInternetProtocolSink *pProtocolSink;
    IInternetProtocol *pProtocol;
    IUnknown *pUnk;
    DWORD dwFilterFlags;
} PROTOCOLFILTERDATA;

Contains the IInternetProtocolSink and IInternetProtocol interfaces of the application calling a pluggable MIME filter.

cbSize
Unsigned long integer value containing the size of the structure.
pProtocolSink
Address of the application's implementation of IInternetProtocolSink.
pProtocol
Address of the application's implementation of IInternetProtocol.
pUnk
Address of the IUnknown interface.
dwFilterFlags
Reserved. Must be set to zero.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.