ReactOS
0.4.16-dev-433-g6363f78
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
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
_
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
tmarshal_dispids.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2005-2006 Robert Shearman for CodeWeavers
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
20
#pragma once
21
22
#define DISPID_TM_NAME 1
23
#define DISPID_TM_DOSOMETHING 2
24
#define DISPID_TM_STATE 3
25
#define DISPID_TM_MAP 4
26
#define DISPID_TM_SETOLECOLOR 5
27
#define DISPID_TM_GETOLECOLOR 6
28
#define DISPID_TM_CLONE 7
29
#define DISPID_TM_CLONEDISPATCH 8
30
#define DISPID_TM_CLONECOCLASS 9
31
#define DISPID_TM_ARRAY 10
32
#define DISPID_TM_VARARRAYPTR 11
33
#define DISPID_TM_VARIANT 12
34
#define DISPID_TM_VARARG 13
35
#define DISPID_TM_ERROR 14
36
#define DISPID_TM_CLONEINTERFACE 15
37
#define DISPID_TM_TESTDUAL 16
38
#define DISPID_TM_STRUCTARGS 17
39
#define DISPID_TM_PROP_WITH_LCID 18
40
#define DISPID_TM_PROP_INT 19
41
#define DISPID_TM_PROP_UINT 20
42
#define DISPID_TM_BYREF_UINT 21
43
#define DISPID_TM_PROP_OPT_ARG 22
44
#define DISPID_TM_PROP_REQ_ARG 23
45
#define DISPID_TM_VARCARRAY 24
46
#define DISPID_TM_RESTRICTED 25
47
#define DISPID_TM_NEG_RESTRICTED -26
48
#define DISPID_TM_TESTSECONDIFACE 27
49
#define DISPID_TM_VARARG_RUN 28
50
#define DISPID_TM_VARARG_REF_RUN 29
51
#define DISPID_TM_COCLASS 30
52
53
#define DISPID_NOA_BSTRRET 1
54
#define DISPID_NOA_ERROR 2
modules
rostests
winetests
oleaut32
tmarshal_dispids.h
Generated on Tue Jan 7 2025 06:14:59 for ReactOS by
1.9.6