ReactOS
0.4.16-dev-1093-g93e9710
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
msxmldid.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2005 Mike McCormack
3
*
4
* This library is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU Lesser General Public
6
* License as published by the Free Software Foundation; either
7
* version 2.1 of the License, or (at your option) any later version.
8
*
9
* This library is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public
15
* License along with this library; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17
*/
18
19
#ifndef __MSXMLDID_H__
20
#define __MSXMLDID_H__
21
22
#define DISPID_XOBJ_MIN 0x10000
23
#define DISPID_XOBJ_MAX 0x1FFFF
24
#define DISPID_XOBJ_BASE 0x10000
25
26
#define DISPID_XMLELEMENTCOLLECTION 0x10000
27
#define DISPID_XMLELEMENTCOLLECTION_LENGTH 0x10001
28
#define DISPID_XMLELEMENTCOLLECTION_NEWENUM DISPID_NEWENUM
29
#define DISPID_XMLELEMENTCOLLECTION_ITEM 0x10003
30
31
#define DISPID_XMLDOCUMENT 0x10064
32
#define DISPID_XMLDOCUMENT_ROOT 0x10065
33
#define DISPID_XMLDOCUMENT_FILESIZE 0x10066
34
#define DISPID_XMLDOCUMENT_FILEMODIFIEDDATE 0x10067
35
#define DISPID_XMLDOCUMENT_FILEUPDATEDDATE 0x10068
36
#define DISPID_XMLDOCUMENT_URL 0x10069
37
#define DISPID_XMLDOCUMENT_MIMETYPE 0x1006a
38
#define DISPID_XMLDOCUMENT_READYSTATE 0x1006b
39
#define DISPID_XMLDOCUMENT_CREATEELEMENT 0x1006c
40
#define DISPID_XMLDOCUMENT_CHARSET 0x1006d
41
#define DISPID_XMLDOCUMENT_VERSION 0x1006e
42
#define DISPID_XMLDOCUMENT_DOCTYPE 0x1006f
43
#define DISPID_XMLDOCUMENT_DTDURL 0x10070
44
#define DISPID_XMLDOCUMENT_ASYNC 0x10071
45
#define DISPID_XMLDOCUMENT_CASEINSENSITIVE 0x10072
46
47
#define DISPID_XMLELEMENT 0x100c8
48
#define DISPID_XMLELEMENT_TAGNAME 0x100c9
49
#define DISPID_XMLELEMENT_PARENT 0x100ca
50
#define DISPID_XMLELEMENT_SETATTRIBUTE 0x100cb
51
#define DISPID_XMLELEMENT_GETATTRIBUTE 0x100cc
52
#define DISPID_XMLELEMENT_REMOVEATTRIBUTE 0x100cd
53
#define DISPID_XMLELEMENT_CHILDREN 0x100ce
54
#define DISPID_XMLELEMENT_TYPE 0x100cf
55
#define DISPID_XMLELEMENT_TEXT 0x100d0
56
#define DISPID_XMLELEMENT_ADDCHILD 0x100d1
57
#define DISPID_XMLELEMENT_REMOVECHILD 0x100d2
58
#define DISPID_XMLELEMENT_ATTRIBUTES 0x100d3
59
60
#define DISPID_XMLNOTIFSINK 0x1012c
61
#define DISPID_XMLNOTIFSINK_CHILDADDED 0x1012d
62
63
#define DISPID_XMLATTRIBUTE 0x10190
64
#define DISPID_XMLATTRIBUTE_NAME 0x10191
65
#define DISPID_XMLATTRIBUTE_VALUE 0x10192
66
67
#endif
/* __MSXMLDID_H__ */
sdk
include
psdk
msxmldid.h
Generated on Mon May 5 2025 06:12:54 for ReactOS by
1.9.6