SetSystemPaletteUse.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetSystemPaletteUse (GDI32.@)

SYNOPSIS

UINT SetSystemPaletteUse
 (
  HDC  hdc,
  UINT use
 )

PARAMS

hdc [In] Handle of device context.

use [In] Palette-usage flag.

DESCRIPTION

Specify whether the system palette contains 2 or 20 static colors.

RETURNS

Success: Previous system palette

Failure: SYSPAL_ERROR

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/palette.c".

Debug channel "palette".