ReactOS 0.4.15-dev-7942-gd23573b
d3dkmthk.h
Go to the documentation of this file.
1/*
2 * Copyright 2016 Henri Verbeet for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#ifndef __WINE_D3DKMTHK_H
20#define __WINE_D3DKMTHK_H
21
22#include <d3dukmdt.h>
23
25{
26 void *pMemory;
36
38{
42
43#ifdef __cplusplus
44extern "C"
45{
46#endif /* __cplusplus */
47
50
51#ifdef __cplusplus
52}
53#endif /* __cplusplus */
54
55#endif /* __WINE_D3DKMTHK_H */
struct _D3DKMT_CREATEDCFROMMEMORY D3DKMT_CREATEDCFROMMEMORY
struct _D3DKMT_DESTROYDCFROMMEMORY D3DKMT_DESTROYDCFROMMEMORY
DWORD APIENTRY D3DKMTCreateDCFromMemory(_Inout_ D3DKMT_CREATEDCFROMMEMORY *)
DWORD APIENTRY D3DKMTDestroyDCFromMemory(_In_ CONST D3DKMT_DESTROYDCFROMMEMORY *)
enum _D3DDDIFORMAT D3DDDIFORMAT
#define APIENTRY
Definition: api.h:79
unsigned long DWORD
Definition: ntddk_ex.h:95
static HDC
Definition: imagelist.c:92
#define _Inout_
Definition: ms_sal.h:378
#define _In_
Definition: ms_sal.h:308
unsigned int UINT
Definition: ndis.h:50
#define CONST
Definition: pedump.c:81
PALETTEENTRY * pColorTable
Definition: d3dkmthk.h:32