Scroll to navigation

RealizePalette(3w) Wine API RealizePalette(3w)

NAME

RealizePalette (GDI32.@)

SYNOPSIS

UINT RealizePalette
(
HDC hDC
)
 

PARAMS

hDC [In] Handle of device context.
 

DESCRIPTION

Maps palette entries to system palette.
 

RETURNS

Success: Number of entries in logical palette
Failure: GDI_ERROR
 

IMPLEMENTATION

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