GpiQueryYInversion

From EDM2
Revision as of 03:41, 20 March 2018 by Ak120 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This API will return the Y-Inversion value set for the HPS previously using the GpiEnableYInversion function.

Syntax

LONG APIENTRY GpiQueryYInversion(HPS hps);

Remarks

It is believed it was introduced with the Open32 API (previously called DAPIE or DAX). Its 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 function.

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