ReactOS 0.4.15-dev-7953-g1f49173
GdiConvertBitmap.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 GdiConvertBitmap
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8#include "precomp.h"
9
11
13{
14 ok(GdiConvertBitmap((HBITMAP)-1) == (HBITMAP)-1, "\n");
15 ok(GdiConvertBitmap((HBITMAP)0) == (HBITMAP)0, "\n");
16 ok(GdiConvertBitmap((HBITMAP)1) == (HBITMAP)1, "\n");
17 ok(GdiConvertBitmap((HBITMAP)2) == (HBITMAP)2, "\n");
18}
19
21{
23}
24
HBITMAP WINAPI GdiConvertBitmap(HBITMAP hbm)
Definition: historic.c:76
void Test_GdiConvertBitmap()
#define ok(value,...)
Definition: atltest.h:57
#define START_TEST(x)
Definition: atltest.h:75
static HBITMAP
Definition: button.c:44
_In_ HBITMAP hbm
Definition: ntgdi.h:2776
#define WINAPI
Definition: msvc.h:6