ReactOS 0.4.16-dev-197-g92996da
dc.c
Go to the documentation of this file.
1#define WIN32_NO_STATUS
2#define _INC_WINDOWS
3#define COM_NO_WINDOWS_H
4#define NTOS_MODE_USER
5#include <stdarg.h>
6#include <windef.h>
7#include <winbase.h>
8#include <ndk/rtlfuncs.h>
9#include <wingdi.h>
10#include <winddi.h>
11#include <prntfont.h>
12#include <ntgdityp.h>
13#include <ntgdi.h>
14
15/***********************************************************************
16 * D3DKMTCreateDCFromMemory (GDI32.@)
17 */
19{
21}
22
24{
26}
LONG NTSTATUS
Definition: precomp.h:26
#define APIENTRY
Definition: api.h:79
static const WCHAR desc[]
Definition: protectdata.c:36
#define _Inout_
Definition: ms_sal.h:378
#define _In_
Definition: ms_sal.h:308
__kernel_entry W32KAPI DWORD APIENTRY NtGdiDdDDICreateDCFromMemory(_Inout_ D3DKMT_CREATEDCFROMMEMORY *desc)
__kernel_entry W32KAPI DWORD APIENTRY NtGdiDdDDIDestroyDCFromMemory(_In_ CONST D3DKMT_DESTROYDCFROMMEMORY *desc)
#define CONST
Definition: pedump.c:81
NTSTATUS APIENTRY D3DKMTCreateDCFromMemory(_Inout_ D3DKMT_CREATEDCFROMMEMORY *desc)
Definition: dc.c:18
NTSTATUS APIENTRY D3DKMTDestroyDCFromMemory(_In_ CONST D3DKMT_DESTROYDCFROMMEMORY *desc)
Definition: dc.c:23