ReactOS 0.4.15-dev-7953-g1f49173
color_stubs.c File Reference
#include "rosdraw.h"
Include dependency graph for color_stubs.c:

Go to the source code of this file.

Functions

ULONG WINAPI DirectDrawColorControl_AddRef (LPDIRECTDRAWCOLORCONTROL iface)
 
ULONG WINAPI DirectDrawColorControl_Release (LPDIRECTDRAWCOLORCONTROL iface)
 
HRESULT WINAPI DirectDrawColorControl_QueryInterface (LPDIRECTDRAWCOLORCONTROL iface, REFIID riid, LPVOID *ppvObj)
 
HRESULT WINAPI DirectDrawColorControl_GetColorControls (LPDIRECTDRAWCOLORCONTROL iface, LPDDCOLORCONTROL lpColorControl)
 
HRESULT WINAPI DirectDrawColorControl_SetColorControls (LPDIRECTDRAWCOLORCONTROL iface, LPDDCOLORCONTROL lpColorControl)
 

Variables

IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable
 

Function Documentation

◆ DirectDrawColorControl_AddRef()

ULONG WINAPI DirectDrawColorControl_AddRef ( LPDIRECTDRAWCOLORCONTROL  iface)

Definition at line 13 of file color_stubs.c.

14{
16
17 DX_STUB;
18}
#define DX_STUB
Definition: rosdraw.h:224
#define DX_WINDBG_trace()
Definition: rosdraw.h:262

◆ DirectDrawColorControl_GetColorControls()

HRESULT WINAPI DirectDrawColorControl_GetColorControls ( LPDIRECTDRAWCOLORCONTROL  iface,
LPDDCOLORCONTROL  lpColorControl 
)

Definition at line 43 of file color_stubs.c.

45{
47 DX_STUB;
48}

◆ DirectDrawColorControl_QueryInterface()

HRESULT WINAPI DirectDrawColorControl_QueryInterface ( LPDIRECTDRAWCOLORCONTROL  iface,
REFIID  riid,
LPVOID ppvObj 
)

Definition at line 34 of file color_stubs.c.

37{
39 DX_STUB;
40}

◆ DirectDrawColorControl_Release()

ULONG WINAPI DirectDrawColorControl_Release ( LPDIRECTDRAWCOLORCONTROL  iface)

Definition at line 21 of file color_stubs.c.

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}
#define DX_STUB_str(x)
Definition: rosdraw.h:254
struct DDRAWI_DDCOLORCONTROL_INT * LPDDRAWI_DDCOLORCONTROL_INT

◆ DirectDrawColorControl_SetColorControls()

HRESULT WINAPI DirectDrawColorControl_SetColorControls ( LPDIRECTDRAWCOLORCONTROL  iface,
LPDDCOLORCONTROL  lpColorControl 
)

Definition at line 51 of file color_stubs.c.

53{
55 DX_STUB;
56}

Variable Documentation

◆ DirectDrawColorControl_Vtable

IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable
Initial value:
=
{
}
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
ULONG WINAPI DirectDrawColorControl_AddRef(LPDIRECTDRAWCOLORCONTROL iface)
Definition: color_stubs.c:13

Definition at line 58 of file color_stubs.c.

Referenced by Main_DDrawSurface_QueryInterface().