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
0eeaac7a
Commit
0eeaac7a
authored
Feb 05, 2018
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IDOMUIEvent declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
65ce1147
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
mshtml.idl
include/mshtml.idl
+29
-0
No files found.
include/mshtml.idl
View file @
0eeaac7a
...
...
@@ -20168,6 +20168,35 @@ methods:
WINE_IDOMEVENT_DISPINTERFACE_DECL
;
}
/*****************************************************************************
*
IDOMUIEvent
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
305106
ca
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IDOMUIEvent
:
IDispatch
{
[
propget
,
id
(
DISPID_IDOMUIEVENT_VIEW
)
]
HRESULT
view
(
[
out
,
retval
]
IHTMLWindow2
**
p
)
;
[
propget
,
id
(
DISPID_IDOMUIEVENT_DETAIL
)
]
HRESULT
detail
(
[
out
,
retval
]
long
*
p
)
;
[
id
(
DISPID_IDOMUIEVENT_INITUIEVENT
)
]
HRESULT
initUIEvent
(
[
in
]
BSTR
eventType
,
[
in
]
VARIANT_BOOL
canBubble
,
[
in
]
VARIANT_BOOL
cancelable
,
[
in
]
IHTMLWindow2
*
view
,
[
in
]
long
detail
)
;
}
/*****************************************************************************
*
DispDOMUIEvent
dispinterface
*/
[
hidden
,
uuid
(
30590072
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
...
...
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