Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a02edb12
Commit
a02edb12
authored
Mar 31, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IHTMLHtmlElement declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e35a8436
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
mshtmdid.h
include/mshtmdid.h
+3
-0
mshtml.idl
include/mshtml.idl
+38
-0
No files found.
include/mshtmdid.h
View file @
a02edb12
...
...
@@ -2684,6 +2684,9 @@
/* IHTMLSelectElement4 */
#define DISPID_IHTMLSELECTELEMENT4_NAMEDITEM DISPID_COLLECTION+6
/* IHTMLHtmlElement */
#define DISPID_IHTMLHTMLELEMENT_VERSION DISPID_HEDELEMS+1
/* IHTMLHeadElement */
#define DISPID_IHTMLHEADELEMENT_PROFILE DISPID_HEDELEMS+1
...
...
include/mshtml.idl
View file @
a02edb12
...
...
@@ -10724,6 +10724,24 @@ methods:
}
/*****************************************************************************
*
IHTMLHtmlElement
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f81c
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLHtmlElement
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLHTMLELEMENT_VERSION
),
displaybind
,
bindable
]
HRESULT
version
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLHTMLELEMENT_VERSION
),
displaybind
,
bindable
]
HRESULT
version
(
[
out
,
retval
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
IHTMLHeadElement
interface
*/
[
...
...
@@ -10856,6 +10874,26 @@ interface IHTMLMetaElement3 : IDispatch
}
/*****************************************************************************
*
DispHTMLHtmlElement
interface
*/
[
hidden
,
uuid
(
3050
f560
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
dispinterface
DispHTMLHtmlElement
{
properties
:
methods
:
WINE_HTMLELEMENT_DISPINTERFACE_DECL
;
[
propput
,
id
(
DISPID_IHTMLHTMLELEMENT_VERSION
),
displaybind
,
bindable
]
void
version
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLHTMLELEMENT_VERSION
),
displaybind
,
bindable
]
BSTR
version
()
;
}
/*****************************************************************************
*
DispHTMLHeadElement
interface
*/
[
...
...
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