Jump to content

GpiUnRealizeColorTable: Difference between revisions

From EDM2
Created page with " ==Syntax== GpiRealizeColorTable(HPS hps); == Parameters == ;''hps'' (HPS) - input :Presentation-space handle. Category:Gpi Category:Undocumented"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
  GpiRealizeColorTable(HPS hps);
  GpiUnrealizeColorTable(HPS hps)


== Parameters ==
== Parameters ==
;''hps'' ([[HPS]]) - input
;''hps'' ([[HPS]]) - input
:Presentation-space handle.
:Presentation-space handle.
== Returns ==
;''rc'' ([[BOOL]]) - returns
:Success indicator.
:;TRUE
::Successful completion
:;FALSE
::Error occurred.


[[Category:Gpi]]
[[Category:Gpi]]
[[Category:Undocumented]]
[[Category:Undocumented]]

Latest revision as of 23:34, 24 November 2025

Syntax

GpiUnrealizeColorTable(HPS hps)

Parameters

hps (HPS) - input
Presentation-space handle.

Returns

rc (BOOL) - returns
Success indicator.
TRUE
Successful completion
FALSE
Error occurred.