ReactOS 0.4.15-dev-8058-ga7cbb60
color_stubs.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS DirectX
4 * FILE: dll/directx/ddraw/Color/color_stubs.c
5 * PURPOSE: IDirectDrawColorControl Implementation
6 * PROGRAMMER: Maarten Bosma
7 *
8 */
9
10#include "rosdraw.h"
11
14{
16
17 DX_STUB;
18}
19
22{
24
26 /* FIXME
27 This is not right exiame how it should be done
28 */
29 DX_STUB_str("FIXME This is not right exiame how it should be done\n");
30 return This->dwIntRefCnt;
31}
32
36 LPVOID* ppvObj)
37{
39 DX_STUB;
40}
41
44 LPDDCOLORCONTROL lpColorControl)
45{
47 DX_STUB;
48}
49
52 LPDDCOLORCONTROL lpColorControl)
53{
55 DX_STUB;
56}
57
58IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable =
59{
65};
HRESULT WINAPI DirectDrawColorControl_GetColorControls(LPDIRECTDRAWCOLORCONTROL iface, LPDDCOLORCONTROL lpColorControl)
Definition: color_stubs.c:43
HRESULT WINAPI DirectDrawColorControl_SetColorControls(LPDIRECTDRAWCOLORCONTROL iface, LPDDCOLORCONTROL lpColorControl)
Definition: color_stubs.c:51
HRESULT WINAPI DirectDrawColorControl_QueryInterface(LPDIRECTDRAWCOLORCONTROL iface, REFIID riid, LPVOID *ppvObj)
Definition: color_stubs.c:34
ULONG WINAPI DirectDrawColorControl_Release(LPDIRECTDRAWCOLORCONTROL iface)
Definition: color_stubs.c:21
IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable
Definition: color_stubs.c:58
ULONG WINAPI DirectDrawColorControl_AddRef(LPDIRECTDRAWCOLORCONTROL iface)
Definition: color_stubs.c:13
REFIID riid
Definition: atlbase.h:39
#define REFIID
Definition: guiddef.h:118
#define DX_STUB_str(x)
Definition: rosdraw.h:254
struct DDRAWI_DDCOLORCONTROL_INT * LPDDRAWI_DDCOLORCONTROL_INT
#define DX_STUB
Definition: rosdraw.h:224
#define DX_WINDBG_trace()
Definition: rosdraw.h:262
struct IDirectDrawColorControl * LPDIRECTDRAWCOLORCONTROL
Definition: ddraw.h:722
uint32_t ULONG
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6