Jump to content

GpiOpenMetaFile: Difference between revisions

From EDM2
Created page with "This is an undocumented function ==Syntax== GpiOpenMetafile(HDC, PBYTE ); ==Parameters== ; (HDC) : ; (PBYTE) : ==Returns== ;rc (BOOL) - return : Category:Gpi"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is an undocumented function
[[Category:Undocumented]]
This is an '''undocumented''' function.


==Syntax==
==Syntax==
  GpiOpenMetafile(HDC, PBYTE );
  GpiOpenMetafile(hdc, pbyte );


==Parameters==
==Parameters==
; ([[HDC]]) :
; hdc ([[HDC]]) - input :


; ([[PBYTE]]) :
; 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.