Skip to content
Snippets Groups Projects
Commit 1929bfb9 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

urlmon.idl: Added PROTOCOLFILTERDATA declaration.

parent 9f3055e1
No related branches found
No related tags found
No related merge requests found
......@@ -1367,6 +1367,14 @@ typedef enum _tagINTERNETFEATURELIST
FEATURE_ENTRY_COUNT
} INTERNETFEATURELIST;
typedef struct _tagPROTOCOLFILTERDATA {
DWORD cbSize;
IInternetProtocolSink *pProtocolSink;
IInternetProtocol *pProtocol;
IUnknown *pUnk;
DWORD dwFilterFlags;
} PROTOCOLFILTERDATA;
/*****************************************************************************
* IUri interface
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment