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
ddrawtest.h
Go to the documentation of this file.
1
#ifndef _DDRAWTEST_H
2
#define _DDRAWTEST_H
3
4
#include <stdio.h>
5
#include <windows.h>
6
#include <stdio.h>
7
#include <ddraw.h>
8
#include <
ddrawi.h
>
9
#include <
d3dhal.h
>
10
#include <
ddrawgdi.h
>
11
12
#define TEST(x) \
13
if (x)\
14
{\
15
(*passed)++;\
16
} else {\
17
(*failed)++;\
18
printf("Test failed in %s:%d (%s)\n"
, __FILE__, __LINE__, #x);\
19
};
20
21
22
/* The type definitions */
23
typedef
BOOL
(*
TESTPROC
)(
INT
*,
INT
*);
24
25
typedef
struct
tagTEST
26
{
27
const
CHAR
*
Test
;
28
TESTPROC
Proc
;
29
}
TEST
, *
PTEST
;
30
31
32
extern
TEST
TestList
[];
33
34
#endif
/* _DDRAWTEST_H */
35
36
/* EOF */
d3dhal.h
ddrawgdi.h
ddrawi.h
TEST
#define TEST(x)
Definition:
ddrawtest.h:12
PTEST
struct tagTEST * PTEST
TESTPROC
BOOL(* TESTPROC)(INT *, INT *)
Definition:
ddrawtest.h:23
BOOL
#define BOOL
Definition:
nt_native.h:43
TEST
Definition:
comm.c:65
tagTEST
Definition:
rosperf.h:40
tagTEST::Proc
TESTPROC Proc
Definition:
rosperf.h:44
tagTEST::Test
const CHAR * Test
Definition:
ddrawtest.h:27
TestList
EH_STD::__list__< TestClass, eh_allocator(TestClass) > TestList
Definition:
test_list.cpp:31
INT
int32_t INT
Definition:
typedefs.h:58
CHAR
char CHAR
Definition:
xmlstorage.h:175
modules
rostests
dxtest
ddraw
ddrawtest.h
Generated on Tue Nov 26 2024 06:08:22 for ReactOS by
1.9.6