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

Defined in "gdi_private.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/palette.c".

Debug channel "palette".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout