Commit 8b9ce14f authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mshtml: Add missing coclass's.

parent 24937a4f
...@@ -199,14 +199,14 @@ struct ConnectionPoint { ...@@ -199,14 +199,14 @@ struct ConnectionPoint {
ConnectionPoint *next; ConnectionPoint *next;
}; };
typedef struct { struct HTMLLocation {
DispatchEx dispex; DispatchEx dispex;
const IHTMLLocationVtbl *lpHTMLLocationVtbl; const IHTMLLocationVtbl *lpHTMLLocationVtbl;
LONG ref; LONG ref;
HTMLDocument *doc; HTMLDocument *doc;
} HTMLLocation; };
typedef struct { typedef struct {
const IHTMLOptionElementFactoryVtbl *lpHTMLOptionElementFactoryVtbl; const IHTMLOptionElementFactoryVtbl *lpHTMLOptionElementFactoryVtbl;
......
...@@ -12782,6 +12782,15 @@ interface IOmHistory : IDispatch ...@@ -12782,6 +12782,15 @@ interface IOmHistory : IDispatch
HRESULT go([optional, in] VARIANT *pvargdistance); HRESULT go([optional, in] VARIANT *pvargdistance);
} }
[
noncreatable,
uuid(FECEAAA3-8405-11cf-8BA1-00AA00476DA6)
]
coclass HTMLHistory
{
[default] interface IOmHistory;
}
/***************************************************************************** /*****************************************************************************
* IHTMLMimeTypesCollection interface * IHTMLMimeTypesCollection interface
*/ */
...@@ -12797,6 +12806,15 @@ interface IHTMLMimeTypesCollection : IDispatch ...@@ -12797,6 +12806,15 @@ interface IHTMLMimeTypesCollection : IDispatch
HRESULT length([retval, out] long *p); HRESULT length([retval, out] long *p);
} }
[
noncreatable,
uuid(3050f3fe-98b5-11cf-bb82-00aa00bdce0b)
]
coclass CMimeTypes
{
[default] interface IHTMLMimeTypesCollection;
}
/***************************************************************************** /*****************************************************************************
* IHTMLPluginsCollection interface * IHTMLPluginsCollection interface
*/ */
...@@ -12815,6 +12833,15 @@ interface IHTMLPluginsCollection : IDispatch ...@@ -12815,6 +12833,15 @@ interface IHTMLPluginsCollection : IDispatch
HRESULT refresh([defaultvalue(0), in] VARIANT_BOOL reload); HRESULT refresh([defaultvalue(0), in] VARIANT_BOOL reload);
} }
[
noncreatable,
uuid(3050f3ff-98b5-11cf-bb82-00aa00bdce0b)
]
coclass CPlugins
{
[default] interface IHTMLPluginsCollection;
}
/***************************************************************************** /*****************************************************************************
* IHTMLOpsProfile interface * IHTMLOpsProfile interface
*/ */
...@@ -12878,6 +12905,15 @@ interface IHTMLOpsProfile : IDispatch ...@@ -12878,6 +12905,15 @@ interface IHTMLOpsProfile : IDispatch
HRESULT doWriteRequest([retval, out] VARIANT_BOOL *success); HRESULT doWriteRequest([retval, out] VARIANT_BOOL *success);
} }
[
noncreatable,
uuid(3050f402-98b5-11cf-bb82-00aa00bdce0b)
]
coclass COpsProfile
{
[default] interface IHTMLOpsProfile;
}
/***************************************************************************** /*****************************************************************************
* IOmNavigator interface * IOmNavigator interface
*/ */
...@@ -12950,6 +12986,15 @@ interface IOmNavigator : IDispatch ...@@ -12950,6 +12986,15 @@ interface IOmNavigator : IDispatch
HRESULT userProfile([retval, out] IHTMLOpsProfile **p); HRESULT userProfile([retval, out] IHTMLOpsProfile **p);
} }
[
noncreatable,
uuid(FECEAAA6-8405-11cf-8BA1-00AA00476DA6)
]
coclass HTMLNavigator
{
[default] interface IOmNavigator;
}
/***************************************************************************** /*****************************************************************************
* IHTMLLocation interface * IHTMLLocation interface
*/ */
...@@ -13023,6 +13068,15 @@ interface IHTMLLocation : IDispatch ...@@ -13023,6 +13068,15 @@ interface IHTMLLocation : IDispatch
} }
[ [
noncreatable,
uuid(163BB1E1-6E00-11cf-837A-48DC04C10000)
]
coclass HTMLLocation
{
[default] interface IHTMLLocation;
}
[
odl, odl,
oleautomation, oleautomation,
dual, dual,
......
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