ReactOS 0.4.16-dev-36-g301675c
|
#include "rosdraw.h"
Go to the source code of this file.
Functions | |
static HRESULT WINAPI | DirectDrawPalette_QueryInterface (IDirectDrawPalette *iface, REFIID refiid, void **obj) |
static ULONG WINAPI | DirectDrawPalette_AddRef (IDirectDrawPalette *iface) |
static ULONG WINAPI | DirectDrawPalette_Release (IDirectDrawPalette *iface) |
static HRESULT WINAPI | DirectDrawPalette_Initialize (LPDIRECTDRAWPALETTE iface, LPDIRECTDRAW ddraw, DWORD dwFlags, LPPALETTEENTRY palent) |
static HRESULT WINAPI | DirectDrawPalette_GetEntries (LPDIRECTDRAWPALETTE iface, DWORD dwFlags, DWORD dwStart, DWORD dwCount, LPPALETTEENTRY palent) |
static HRESULT WINAPI | DirectDrawPalette_SetEntries (LPDIRECTDRAWPALETTE iface, DWORD dwFlags, DWORD dwStart, DWORD dwCount, LPPALETTEENTRY palent) |
static HRESULT WINAPI | DirectDrawPalette_GetCaps (LPDIRECTDRAWPALETTE iface, LPDWORD lpdwCaps) |
Variables | |
const IDirectDrawPaletteVtbl | DirectDrawPalette_Vtable |
Definition at line 55 of file palette.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 27 of file palette.c.
Definition at line 82 of file palette.c.
|
static |
const IDirectDrawPaletteVtbl DirectDrawPalette_Vtable |
Definition at line 147 of file palette.c.
Referenced by Internal_CreatePalette().