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
4c412e4a
Commit
4c412e4a
authored
Oct 09, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IDocumentEvent declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
becc92a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
mshtmdid.h
include/mshtmdid.h
+3
-0
mshtml.idl
include/mshtml.idl
+16
-0
No files found.
include/mshtmdid.h
View file @
4c412e4a
...
...
@@ -3518,6 +3518,9 @@
#define DISPID_IDOMPROCESSINGINSTRUCTION_TARGET DISPID_PROCESSINGINSTRUCTION
#define DISPID_IDOMPROCESSINGINSTRUCTION_DATA DISPID_PROCESSINGINSTRUCTION+1
/* IDocumentEvent */
#define DISPID_IDOCUMENTEVENT_CREATEEVENT DISPID_OMDOCUMENT+108
/* IDocumentSelector */
#define DISPID_IDOCUMENTSELECTOR_QUERYSELECTOR DISPID_OMDOCUMENT+105
#define DISPID_IDOCUMENTSELECTOR_QUERYSELECTORALL DISPID_OMDOCUMENT+106
...
...
include/mshtml.idl
View file @
4c412e4a
...
...
@@ -16019,6 +16019,21 @@ interface IHTMLDocument8 : IDispatch
}
/*****************************************************************************
*
IDocumentEvent
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
305104b
c
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IDocumentEvent
:
IDispatch
{
[
id
(
DISPID_IDOCUMENTEVENT_CREATEEVENT
)
]
HRESULT
createEvent
(
[
in
]
BSTR
eventType
,
[
out
,
retval
]
IDOMEvent
**
ppEvent
)
;
}
/*****************************************************************************
*
IDocumentSelector
interface
*/
[
...
...
@@ -16667,6 +16682,7 @@ coclass HTMLDocument
interface
IHTMLDocument6
;
interface
IHTMLDOMNode
;
interface
IHTMLDOMNode2
;
interface
IDocumentEvent
;
}
/*****************************************************************************
...
...
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