SelectPalette (GDI32.@)
HPALETTE SelectPalette ( HDC hDC, HPALETTE hPal, BOOL bForceBackground )
| hDC | [In] | Handle of device context. |
| hPal | [In] | Handle of logical color palette. |
| bForceBackground | [In] | Foreground/background mode. |
Selects logical palette into DC.
Success: Previous logical palette
Failure: NULL
Declared in "gdiplusenums.h". source.winehq.org/source/include/gdiplusenums.h
Implemented in "dlls/gdi32/palette.c". source.winehq.org/source/dlls/gdi32/palette.c
Debug channel "palette".
Copyright © 2013 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jun 2013.