mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
urlmon.idl: Added PROTOCOLFILTERDATA declaration.
This commit is contained in:
parent
9f3055e192
commit
1929bfb98f
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user