table of contents
other versions
- wheezy 1.4.1-4
SetSystemPaletteUse(3w) | Wine API | 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_ERRORIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/palette.c". Debug channel "palette".Oct 2012 | Wine API |