Commit e0c18d1e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Added IUriContainer declaration.

parent e11935a1
......@@ -1500,6 +1500,20 @@ interface IUri : IUnknown
}
/*****************************************************************************
* IUriContainer interface
*/
[
local,
object,
uuid(a158a630-ed6f-45fb-b987-f68676f57752),
pointer_default(unique)
]
interface IUriContainer : IUnknown
{
HRESULT GetIUri([out] IUri **ppIUri);
}
/*****************************************************************************
* IInternetProtocolEx interface
*/
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment