ReactOS 0.4.15-dev-7953-g1f49173
DCICreatePrimary.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 DCICreatePrimary
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8#include <apitest.h>
9
11{
12
13}
14
16{
18}
19
void Test_DCICreatePrimary()
#define START_TEST(x)
Definition: atltest.h:75
int WINAPI DCICreatePrimary(HDC hdc, LPDCISURFACEINFO *pDciSurfaceInfo)
Definition: dciman_main.c:58