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
88764107
Commit
88764107
authored
Apr 20, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added HTMLObjectElement coclass declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eb9b998c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
htmlobject.c
dlls/mshtml/htmlobject.c
+2
-2
mshtml.idl
include/mshtml.idl
+22
-0
No files found.
dlls/mshtml/htmlobject.c
View file @
88764107
...
...
@@ -34,14 +34,14 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
mshtml
);
typedef
struc
t
{
struct
HTMLObjectElemen
t
{
HTMLPluginContainer
plugin_container
;
IHTMLObjectElement
IHTMLObjectElement_iface
;
IHTMLObjectElement2
IHTMLObjectElement2_iface
;
nsIDOMHTMLObjectElement
*
nsobject
;
}
HTMLObjectElement
;
};
static
inline
HTMLObjectElement
*
impl_from_IHTMLObjectElement
(
IHTMLObjectElement
*
iface
)
{
...
...
include/mshtml.idl
View file @
88764107
...
...
@@ -19089,6 +19089,28 @@ methods:
}
/*****************************************************************************
*
HTMLObjectElement
coclass
*/
[
noncreatable
,
uuid
(
3050
f24e
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
HTMLObjectElement
{
[
default
]
dispinterface
DispHTMLObjectElement
;
/*
[
source
,
default
]
dispinterface
HTMLObjectElementEvents
; */
/*
[
source
]
dispinterface
HTMLObjectElementEvents2
; */
WINE_HTMLDATAELEMENT_INTERFACES
;
interface
IHTMLControlElement
;
interface
IHTMLObjectElement
;
interface
IHTMLObjectElement2
;
/*
interface
IHTMLObjectElement3
; */
/*
interface
IHTMLObjectElement4
; */
/*
interface
IGetSVGDocument
; */
/*
interface
IHTMLObjectElement5
; */
}
/*****************************************************************************
*
DispHTMLParamElement
dispinterface
*/
[
...
...
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