SelectPalette(3w)
NAME
SelectPalette (GDI32.@)
SYNOPSIS
HPALETTE SelectPalette ( HDC hDC, HPALETTE hPal, BOOL bForceBackground )
PARAMS
hDC [In] Handle of device context.
hPal [In] Handle of logical color palette.
bForceBackground [In] Foreground/background mode.
DESCRIPTION
Selects logical palette into DC.
RETURNS
Success: Previous logical palette
Failure: NULL
IMPLEMENTATION
Defined in "gdi_private.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".