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
ecf9c499
Commit
ecf9c499
authored
Apr 05, 2021
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IHTMLStyleElement2 declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
85da7dba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
mshtmdid.h
include/mshtmdid.h
+3
-0
mshtml.idl
include/mshtml.idl
+19
-1
No files found.
include/mshtmdid.h
View file @
ecf9c499
...
...
@@ -4487,6 +4487,9 @@
#define DISPID_IHTMLSTYLEELEMENT_DISABLED STDPROPID_XOBJ_DISABLED
#define DISPID_IHTMLSTYLEELEMENT_MEDIA DISPID_STYLEELEMENT+6
/* IHTMLStyleElement2 */
#define DISPID_IHTMLSTYLEELEMENT2_SHEET DISPID_STYLEELEMENT+7
/* IHTMLStorage */
#define DISPID_IHTMLSTORAGE_LENGTH DISPID_DOMSTORAGE+1
#define DISPID_IHTMLSTORAGE_REMAININGSPACE DISPID_DOMSTORAGE+2
...
...
include/mshtml.idl
View file @
ecf9c499
...
...
@@ -27625,6 +27625,21 @@ interface IHTMLStyleElement : IDispatch
}
/*****************************************************************************
*
IHTMLStyleElement2
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3051072
a
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLStyleElement2
:
IDispatch
{
[
propget
,
id
(
DISPID_IHTMLSTYLEELEMENT2_SHEET
)
]
HRESULT
sheet
(
[
out
,
retval
]
IHTMLStyleSheet
**
p
)
;
}
/*****************************************************************************
*
DispHTMLStyleElement
dispinterface
*/
[
...
...
@@ -27651,6 +27666,9 @@ methods:
[
propget
,
id
(
DISPID_IHTMLSTYLEELEMENT_MEDIA
),
displaybind
,
bindable
]
BSTR
media
()
;
[
propget
,
id
(
DISPID_IHTMLSTYLEELEMENT2_SHEET
)
]
IHTMLStyleSheet
*
sheet
()
;
}
/*****************************************************************************
...
...
@@ -27667,7 +27685,7 @@ coclass HTMLStyleElement
/*
[
source
]
dispinterface
HTMLStyleElementEvents2
; */
WINE_HTMLELEMENT_INTERFACES
;
interface
IHTMLStyleElement
;
/*
interface
IHTMLStyleElement2
; */
interface
IHTMLStyleElement2
;
}
/*****************************************************************************
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