SetSystemPaletteUse(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/palette.c".
- Debug channel "palette".