SelectPalette.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/palette.c".

Debug channel "palette".