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 "wingdi.h".

Implemented in "dlls/gdi32/palette.c". source.winehq.org/source/dlls/gdi32/palette.c

Debug channel "palette".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.