NAME

ResizePalette  (GDI32.@)

SYNOPSIS

 BOOL ResizePalette
 (
  HPALETTE hPal,
  UINT     cEntries
 )

PARAMS

hPal [In] Handle of logical palette.
cEntries [In] Number of entries in logical palette.

DESCRIPTION

Resizes logical palette.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "palette".


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