table of contents
other versions
- wheezy 1.4.1-4
GetSystemPaletteUse(3w) | Wine API | GetSystemPaletteUse(3w) |
NAME¶
GetSystemPaletteUse (GDI32.@)SYNOPSIS¶
UINT GetSystemPaletteUse(
HDC hdc
)
PARAMS¶
hdc [In] Handle of device context.DESCRIPTION¶
Gets state of system palette.RETURNS¶
Current state of system paletteIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/palette.c". Debug channel "palette".Oct 2012 | Wine API |