Jump to content

GpiQueryYInversion(): Difference between revisions

From NikiWiki
Doodle (talk | contribs)
No edit summary
 
Martini (talk | contribs)
No edit summary
 
Line 1: Line 1:
Definition:
Moved to [http://www.edm2.com/index.php/GpiQueryYInversion]


LONG APIENTRY GpiQueryYInversion(HPS hps);
[[Category:Redirects]]
 
This function is exported by PMGPI.DLL as ordinal 726.
You can tell the linker to import it, by adding something like this to your *.def file:
 
IMPORTS
    GpiQueryYInversion = PMGPI.726
 
Notes:
 
I think it was introduced with the Open32 API (previously called DAPIE or DAX). It's purpose is to ease the porting of Windows applications to OS/2.
 
This API will return the Y-Inversion value set for the HPS previously using the [[GpiEnableYInversion()]] API. Please check that for more details!

Latest revision as of 23:49, 17 July 2017

Moved to [1]