|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "rosdraw.h"
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 |
| ULONG WINAPI DirectDrawColorControl_AddRef | ( | LPDIRECTDRAWCOLORCONTROL | iface | ) |
Definition at line 13 of file color_stubs.c.
| HRESULT WINAPI DirectDrawColorControl_GetColorControls | ( | LPDIRECTDRAWCOLORCONTROL | iface, |
| LPDDCOLORCONTROL | lpColorControl | ||
| ) |
Definition at line 43 of file color_stubs.c.
| HRESULT WINAPI DirectDrawColorControl_QueryInterface | ( | LPDIRECTDRAWCOLORCONTROL | iface, |
| REFIID | riid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 34 of file color_stubs.c.
| ULONG WINAPI DirectDrawColorControl_Release | ( | LPDIRECTDRAWCOLORCONTROL | iface | ) |
Definition at line 21 of file color_stubs.c.
| HRESULT WINAPI DirectDrawColorControl_SetColorControls | ( | LPDIRECTDRAWCOLORCONTROL | iface, |
| LPDDCOLORCONTROL | lpColorControl | ||
| ) |
Definition at line 51 of file color_stubs.c.
| IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable |
Definition at line 58 of file color_stubs.c.
Referenced by Main_DDrawSurface_QueryInterface().