urlmon.idl: Added IInternet declaration.

oldstable
Jacek Caban 2008-02-26 20:19:38 +01:00 committed by Alexandre Julliard
parent 5132fb4469
commit 2823f1e8c0
1 changed files with 14 additions and 0 deletions

View File

@ -24,6 +24,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
*/