GpiOpenMetaFile: Difference between revisions
Appearance
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( | GpiOpenMetafile(hdc, pbyte ); | ||
==Parameters== | ==Parameters== | ||
; ([[HDC]]) : | ; hdc ([[HDC]]) - input : | ||
; ([[PBYTE]]) : | ; pbyte ([[PBYTE]]) - input : | ||
==Returns== | == Returns == | ||
;rc ([[BOOL]]) - | ;''rc'' ([[BOOL]]) - returns | ||
:Success indicator. | |||
:;TRUE | |||
::Successful completion | |||
:;FALSE | |||
::Error occurred. | |||
[[Category:Gpi]] | [[Category:Gpi]] | ||