ReactOS
0.4.15-dev-6067-g0b695a6
GdiConvertRegion.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS api tests
3
* LICENSE: GPL - See COPYING in the top level directory
4
* PURPOSE: Test for GdiConvertRegion
5
* PROGRAMMERS: Timo Kreuzer
6
*/
7
8
#include "
precomp.h
"
9
10
HRGN
WINAPI
GdiConvertRegion
(HRGN);
11
12
void
Test_GdiConvertRegion
()
13
{
14
ok
(
GdiConvertRegion
((HRGN)-1) == (HRGN)-1,
"\n"
);
15
ok
(
GdiConvertRegion
((HRGN)0) == (HRGN)0,
"\n"
);
16
ok
(
GdiConvertRegion
((HRGN)1) == (HRGN)1,
"\n"
);
17
ok
(
GdiConvertRegion
((HRGN)2) == (HRGN)2,
"\n"
);
18
}
19
20
START_TEST
(
GdiConvertRegion
)
21
{
22
Test_GdiConvertRegion
();
23
}
24
GdiConvertRegion
HRGN WINAPI GdiConvertRegion(HRGN)
Definition:
historic.c:131
Test_GdiConvertRegion
void Test_GdiConvertRegion()
Definition:
GdiConvertRegion.c:12
ok
#define ok(value,...)
Definition:
atltest.h:57
START_TEST
#define START_TEST(x)
Definition:
atltest.h:75
precomp.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
modules
rostests
apitests
gdi32
GdiConvertRegion.c
Generated on Mon Jun 5 2023 06:06:26 for ReactOS by
1.9.6