NAME

SetSystemPaletteUse  (GDI32.@)

SYNOPSIS

 UINT SetSystemPaletteUse
 (
  HDC  hdc,
  UINT use
 )

PARAMS

hdc [In] Handle of device context.
use [In] Palette-usage flag.

DESCRIPTION

Specify whether the system palette contains 2 or 20 static colors.

RETURNS

Success: Previous system palette

Failure: SYSPAL_ERROR

IMPLEMENTATION

Defined in "wingdi.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 Nov 2008.