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
95082868
Commit
95082868
authored
Jun 22, 2005
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Jun 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing guids and declarations.
parent
77577822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
2 deletions
+43
-2
msxml.idl
include/msxml.idl
+43
-2
No files found.
include/msxml.idl
View file @
95082868
...
...
@@ -51,7 +51,8 @@ interface IXMLElementCollection : IDispatch
[
local
,
object
object
,
uuid
(
3
f7f31ac
-
e15f
-
11
d0
-
9
c25
-
00
c04fc99c8e
)
]
interface
IXMLElement
:
IDispatch
{
...
...
@@ -103,7 +104,8 @@ interface IXMLElement : IDispatch
[
local
,
object
object
,
uuid
(
f52e2b61
-
18
a1
-
11
d1
-
b105
-
00805
f49916b
)
]
interface
IXMLDocument
:
IDispatch
{
...
...
@@ -152,3 +154,42 @@ interface IXMLDocument : IDispatch
[
optional
,
in
]
VARIANT
var1
,
[
retval
,
out
]
IXMLElement
**
ppElem
)
;
}
;
typedef
enum
tagXMLEMEM_TYPE
{
XMLELEMTYPE_ELEMENT
=
0
,
XMLELEMTYPE_TEXT
=
1
,
XMLELEMTYPE_COMMENT
=
2
,
XMLELEMTYPE_DOCUMENT
=
3
,
XMLELEMTYPE_DTD
=
4
,
XMLELEMTYPE_PI
=
5
,
XMLELEMTYPE_OTHER
=
6
}
XMLELEM_TYPE
;
typedef
struct
_xml_error
{
UINT
_nLine
;
BSTR
_pchBuf
;
BSTR
_cchBuf
;
UINT
_ich
;
BSTR
_pszFound
;
BSTR
_pszExpected
;
DWORD
_reserved1
;
DWORD
_reserved2
;
}
XML_ERROR
;
[
local
,
object
,
uuid
(
948
c5ad3
-
c58d
-
11
d0
-
9
c0b
-
00
c04fc99c8e
)
]
interface
IXMLError
:
IUnknown
{
HRESULT
GetErrorInfo
(
[
out
]
XML_ERROR
*
pErrorReturn
)
;
}
[
uuid
(
cfc399af
-
d876
-
11
d0
-
9
c10
-
00
c04fc99c8e
)
]
coclass
XMLDocument
{
[
default
]
interface
IXMLDocument
;
}
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