Scroll to navigation

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 palette
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/palette.c".
Debug channel "palette".
Oct 2012 Wine API