ReactOS 0.4.16-dev-1056-gbe87e00
dc.c
Go to the documentation of this file.
1#include <gdi32_vista.h>
2
3/***********************************************************************
4 * D3DKMTCreateDCFromMemory (GDI32.@)
5 */
7{
9}
10
12{
14}
LONG NTSTATUS
Definition: precomp.h:26
#define APIENTRY
Definition: api.h:79
static const WCHAR desc[]
Definition: protectdata.c:36
#define _Inout_
Definition: no_sal2.h:162
#define _In_
Definition: no_sal2.h:158
__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:6
NTSTATUS APIENTRY D3DKMTDestroyDCFromMemory(_In_ CONST D3DKMT_DESTROYDCFROMMEMORY *desc)
Definition: dc.c:11