WinRealizePalette: Difference between revisions
Appearance
Created page with " ==Syntax== WinRealizePalette(hwnd, hps, &ulclr) ==Parameters== ;hwnd (HWND) ;hps (HPS) Category:Win" |
mNo edit summary |
||
Line 1: | Line 1: | ||
Maps a colour palette to device colours | |||
==Syntax== | ==Syntax== | ||
WinRealizePalette(hwnd, hps, | WinRealizePalette(hwnd, hps, pcclr) | ||
==Parameters== | ==Parameters== | ||
;hwnd (HWND) | ;hwnd (HWND):Window handle | ||
;hps (HPS) | ;hps (HPS):Presentation-space handle | ||
;pcclr (PULONG):Number of physical palette entries changed | |||
[[Category:Win]] | [[Category:Win]] |
Revision as of 21:25, 21 November 2023
Maps a colour palette to device colours
Syntax
WinRealizePalette(hwnd, hps, pcclr)
Parameters
- hwnd (HWND)
- Window handle
- hps (HPS)
- Presentation-space handle
- pcclr (PULONG)
- Number of physical palette entries changed