ReactOS 0.4.15-dev-7788-g1ad9096
GdiGetLocalDC.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 GdiGetLocalDC
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8#include "precomp.h"
9
11
13{
14 ok(GdiGetLocalDC((HDC)-1) == (HDC)-1, "\n");
15 ok(GdiGetLocalDC((HDC)0) == (HDC)0, "\n");
16 ok(GdiGetLocalDC((HDC)1) == (HDC)1, "\n");
17 ok(GdiGetLocalDC((HDC)2) == (HDC)2, "\n");
18}
19
21{
23}
24
void Test_GdiGetLocalDC()
Definition: GdiGetLocalDC.c:12
HDC WINAPI GdiGetLocalDC(HDC)
Definition: historic.c:278
#define ok(value,...)
Definition: atltest.h:57
#define START_TEST(x)
Definition: atltest.h:75
static HDC
Definition: imagelist.c:92
#define WINAPI
Definition: msvc.h:6