Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8b9ce14f
Commit
8b9ce14f
authored
Feb 03, 2009
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Add missing coclass's.
parent
24937a4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
2 deletions
+56
-2
mshtml_private.h
dlls/mshtml/mshtml_private.h
+2
-2
mshtml.idl
include/mshtml.idl
+54
-0
No files found.
dlls/mshtml/mshtml_private.h
View file @
8b9ce14f
...
...
@@ -199,14 +199,14 @@ struct ConnectionPoint {
ConnectionPoint
*
next
;
};
typedef
struct
{
struct
HTMLLocation
{
DispatchEx
dispex
;
const
IHTMLLocationVtbl
*
lpHTMLLocationVtbl
;
LONG
ref
;
HTMLDocument
*
doc
;
}
HTMLLocation
;
};
typedef
struct
{
const
IHTMLOptionElementFactoryVtbl
*
lpHTMLOptionElementFactoryVtbl
;
...
...
include/mshtml.idl
View file @
8b9ce14f
...
...
@@ -12782,6 +12782,15 @@ interface IOmHistory : IDispatch
HRESULT
go
(
[
optional
,
in
]
VARIANT
*
pvargdistance
)
;
}
[
noncreatable
,
uuid
(
FECEAAA3
-
8405
-
11
cf
-
8B
A1
-
00
AA00476DA6
)
]
coclass
HTMLHistory
{
[
default
]
interface
IOmHistory
;
}
/*****************************************************************************
*
IHTMLMimeTypesCollection
interface
*/
...
...
@@ -12797,6 +12806,15 @@ interface IHTMLMimeTypesCollection : IDispatch
HRESULT
length
(
[
retval
,
out
]
long
*
p
)
;
}
[
noncreatable
,
uuid
(
3050
f3fe
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
CMimeTypes
{
[
default
]
interface
IHTMLMimeTypesCollection
;
}
/*****************************************************************************
*
IHTMLPluginsCollection
interface
*/
...
...
@@ -12815,6 +12833,15 @@ interface IHTMLPluginsCollection : IDispatch
HRESULT
refresh
(
[
defaultvalue
(
0
),
in
]
VARIANT_BOOL
reload
)
;
}
[
noncreatable
,
uuid
(
3050
f3ff
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
CPlugins
{
[
default
]
interface
IHTMLPluginsCollection
;
}
/*****************************************************************************
*
IHTMLOpsProfile
interface
*/
...
...
@@ -12878,6 +12905,15 @@ interface IHTMLOpsProfile : IDispatch
HRESULT
doWriteRequest
(
[
retval
,
out
]
VARIANT_BOOL
*
success
)
;
}
[
noncreatable
,
uuid
(
3050
f402
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
COpsProfile
{
[
default
]
interface
IHTMLOpsProfile
;
}
/*****************************************************************************
*
IOmNavigator
interface
*/
...
...
@@ -12950,6 +12986,15 @@ interface IOmNavigator : IDispatch
HRESULT
userProfile
(
[
retval
,
out
]
IHTMLOpsProfile
**
p
)
;
}
[
noncreatable
,
uuid
(
FECEAAA6
-
8405
-
11
cf
-
8B
A1
-
00
AA00476DA6
)
]
coclass
HTMLNavigator
{
[
default
]
interface
IOmNavigator
;
}
/*****************************************************************************
*
IHTMLLocation
interface
*/
...
...
@@ -13023,6 +13068,15 @@ interface IHTMLLocation : IDispatch
}
[
noncreatable
,
uuid
(
163B
B1E1
-
6
E00
-
11
cf
-
837
A
-
48
DC04C10000
)
]
coclass
HTMLLocation
{
[
default
]
interface
IHTMLLocation
;
}
[
odl
,
oleautomation
,
dual
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment