ReactOS
0.4.16-dev-297-gc569aee
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
testlist.c
Go to the documentation of this file.
1
/* Automatically generated file; DO NOT EDIT!! */
2
3
#define STANDALONE
4
#include <
wine/test.h
>
5
6
extern
void
func_actctx
(
void
);
7
extern
void
func_atom
(
void
);
8
extern
void
func_change
(
void
);
9
extern
void
func_codepage
(
void
);
10
extern
void
func_comm
(
void
);
11
extern
void
func_console
(
void
);
12
extern
void
func_debugger
(
void
);
13
extern
void
func_directory
(
void
);
14
extern
void
func_drive
(
void
);
15
extern
void
func_environ
(
void
);
16
extern
void
func_fiber
(
void
);
17
extern
void
func_file
(
void
);
18
extern
void
func_format_msg
(
void
);
19
extern
void
func_generated
(
void
);
20
extern
void
func_heap
(
void
);
21
extern
void
func_loader
(
void
);
22
extern
void
func_locale
(
void
);
23
extern
void
func_mailslot
(
void
);
24
extern
void
func_module
(
void
);
25
extern
void
func_path
(
void
);
26
extern
void
func_pipe
(
void
);
27
extern
void
func_process
(
void
);
28
extern
void
func_profile
(
void
);
29
extern
void
func_resource
(
void
);
30
extern
void
func_sync
(
void
);
31
extern
void
func_thread
(
void
);
32
extern
void
func_time
(
void
);
33
extern
void
func_timer
(
void
);
34
extern
void
func_toolhelp
(
void
);
35
extern
void
func_version
(
void
);
36
extern
void
func_virtual
(
void
);
37
extern
void
func_volume
(
void
);
38
/* ReactOS */
39
extern
void
func_dosdev
(
void
);
40
extern
void
func_interlck
(
void
);
41
42
const
struct
test
winetest_testlist
[] =
43
{
44
{
"actctx"
,
func_actctx
},
45
{
"atom"
,
func_atom
},
46
{
"change"
,
func_change
},
47
{
"codepage"
,
func_codepage
},
48
{
"comm"
,
func_comm
},
49
{
"console"
,
func_console
},
50
/* ReactOS */
51
//{ "debugger", func_debugger },
52
{
"directory"
,
func_directory
},
53
{
"drive"
,
func_drive
},
54
{
"environ"
,
func_environ
},
55
{
"fiber"
,
func_fiber
},
56
{
"file"
,
func_file
},
57
{
"format_msg"
,
func_format_msg
},
58
/* ReactOS */
59
//{ "generated", func_generated },
60
{
"heap"
,
func_heap
},
61
{
"loader"
,
func_loader
},
62
{
"locale"
,
func_locale
},
63
{
"mailslot"
,
func_mailslot
},
64
{
"module"
,
func_module
},
65
{
"path"
,
func_path
},
66
{
"pipe"
,
func_pipe
},
67
{
"process"
,
func_process
},
68
{
"profile"
,
func_profile
},
69
{
"resource"
,
func_resource
},
70
{
"sync"
,
func_sync
},
71
{
"thread"
,
func_thread
},
72
{
"time"
,
func_time
},
73
{
"timer"
,
func_timer
},
74
{
"toolhelp"
,
func_toolhelp
},
75
{
"version"
,
func_version
},
76
{
"virtual"
,
func_virtual
},
77
{
"volume"
,
func_volume
},
78
{ 0, 0 }
79
};
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_dosdev
void func_dosdev(void)
func_interlck
void func_interlck(void)
func_time
void func_time(void)
func_module
void func_module(void)
func_volume
void func_volume(void)
func_generated
void func_generated(void)
func_path
void func_path(void)
func_timer
void func_timer(void)
func_directory
void func_directory(void)
func_console
void func_console(void)
func_atom
void func_atom(void)
func_fiber
void func_fiber(void)
func_thread
void func_thread(void)
func_actctx
void func_actctx(void)
func_heap
void func_heap(void)
func_profile
void func_profile(void)
func_change
void func_change(void)
func_comm
void func_comm(void)
func_file
void func_file(void)
func_resource
void func_resource(void)
func_debugger
void func_debugger(void)
func_toolhelp
void func_toolhelp(void)
func_version
void func_version(void)
func_virtual
void func_virtual(void)
func_environ
void func_environ(void)
func_codepage
void func_codepage(void)
func_loader
void func_loader(void)
func_locale
void func_locale(void)
func_mailslot
void func_mailslot(void)
func_pipe
void func_pipe(void)
func_drive
void func_drive(void)
func_process
void func_process(void)
func_sync
void func_sync(void)
func_format_msg
void func_format_msg(void)
test.h
modules
rostests
winetests
kernel32
testlist.c
Generated on Wed Nov 27 2024 06:06:30 for ReactOS by
1.9.6