Scroll to navigation

GetSystemPaletteEntries(3w) Wine API GetSystemPaletteEntries(3w)

NAME

GetSystemPaletteEntries (GDI32.@)

SYNOPSIS

UINT GetSystemPaletteEntries
(
HDC hdc,
UINT start,
UINT count,
LPPALETTEENTRY entries
)
 

PARAMS

hdc [In] Handle of device context.
start [In] Index of first entry to be retrieved.
count [In] Number of entries to be retrieved.
entries [Out] Array receiving system-palette entries.
 

DESCRIPTION

Gets range of palette entries.
 

RETURNS

Success: Number of entries retrieved from palette
Failure: 0
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/palette.c".
Debug channel "palette".
Oct 2012 Wine API