ReactOS 0.4.15-dev-7942-gd23573b
RealizePalette.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 RealizePalette
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8#include "precomp.h"
9
10#include "init.h"
11
13{
14 InitStuff();
17 ok_int(RealizePalette((HDC)UlongToHandle(0x00010001)), 0);
19
20}
#define START_TEST(x)
Definition: atltest.h:75
#define ok_int(expression, result)
Definition: atltest.h:134
#define UlongToHandle(ul)
Definition: basetsd.h:97
#define NULL
Definition: types.h:112
HDC ghdcDIB32
Definition: init.c:8
BOOL InitStuff(void)
Definition: init.c:95
static HDC
Definition: imagelist.c:92
UINT WINAPI RealizePalette(_In_ HDC)
Definition: palette.c:138
#define GDI_ERROR
Definition: wingdi.h:1309