Jump to content

WinRealizePalette: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with " ==Syntax== WinRealizePalette(hwnd, hps, &ulclr) ==Parameters== ;hwnd (HWND) ;hps (HPS) Category:Win"
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Maps a colour palette to device colours


==Syntax==
==Syntax==
  WinRealizePalette(hwnd, hps, &ulclr)
  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