NAME

SetPaletteEntries  (GDI32.@)

SYNOPSIS

 UINT SetPaletteEntries
 (
  HPALETTE            hpalette,
  UINT                start,
  UINT                count,
  const PALETTEENTRY* entries
 )

PARAMS

hpalette [In] Handle of logical palette.
start [In] Index of first entry to set.
count [In] Number of entries to set.
entries [In] Address of array of structures.

DESCRIPTION

Sets color values for range in palette.

RETURNS

Success: Number of entries that were set

Failure: 0

IMPLEMENTATION

Defined in "d3d8.h".

Implemented in "dlls/gdi32/palette.c". source.winehq.org/source/dlls/gdi32/palette.c

Debug channel "palette".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.