Commit 2823f1e8 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon.idl: Added IInternet declaration.

parent 5132fb44
......@@ -25,6 +25,20 @@ import "msxml.idl";
interface IInternetProtocolSink;
/*****************************************************************************
* IInternet interface
*/
[
object,
uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b),
pointer_default(unique),
local
]
interface IInternet : IUnknown
{
typedef [unique] IInternet *LPIINTERNET;
}
/*****************************************************************************
* IBinding 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