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
fa441c9d
Commit
fa441c9d
authored
Sep 08, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Sep 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.
parent
d65920df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
xmldom.idl
include/xmldom.idl
+14
-0
xmldomdid.h
include/xmldomdid.h
+4
-0
No files found.
include/xmldom.idl
View file @
fa441c9d
...
...
@@ -720,6 +720,20 @@ interface IXMLDOMParseError : IDispatch
HRESULT
filepos
(
[
retval
,
out
]
long
*
filePos
)
;
}
[
hidden
,
uuid
(
3
efaa427
-
272
f
-
11
d2
-
836
f
-
0000
f87a7782
)
]
dispinterface
XMLDOMDocumentEvents
{
properties
:
methods
:
[
id
(
DISPID_XMLDOMEVENT_ONDATAAVAILABLE
)
]
HRESULT
ondataavailable
()
;
[
id
(
DISPID_XMLDOMEVENT_ONREADYSTATECHANGE
)
]
HRESULT
onreadystatechange
()
;
}
[
uuid
(
2933b
f90
-
7b36
-
11
d2
-
b20e
-
00
c04f983e60
)
...
...
include/xmldomdid.h
View file @
fa441c9d
...
...
@@ -197,5 +197,9 @@
#define DISPID_DOM_ERROR_FILEPOS 0x000000b7
#define DISPID_DOM_ERROR__TOP 0x000000b8
#define DISPID_XMLDOMEVENT 197
#define DISPID_XMLDOMEVENT_ONREADYSTATECHANGE DISPID_READYSTATECHANGE
#define DISPID_XMLDOMEVENT_ONDATAAVAILABLE 198
#define DISPID_XMLDOMEVENT__TOP 199
#endif
/* __XMLDOMDID_H__ */
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