Jump to content

GpiOpenMetaFile: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 10: Line 10:
; pbyte ([[PBYTE]]) - input :
; pbyte ([[PBYTE]]) - input :


==Returns==
== Returns ==
;rc ([[BOOL]]) - return :
;''rc'' ([[BOOL]]) - returns
:Success indicator.
:;TRUE
::Successful completion
:;FALSE
::Error occurred.


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

Latest revision as of 01:49, 25 November 2025

This is an undocumented function.

Syntax

GpiOpenMetafile(hdc, pbyte );

Parameters

hdc (HDC) - input
pbyte (PBYTE) - input

Returns

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