Jump to content

VioGetOrg: Difference between revisions

From EDM2
Created page with "==Description== ==Syntax== <PRE> VioGetOrg(PSHORT psRow, PSHORT psColumn, HVPS hvps); </PRE> ==Parameters== ==Return Code== ==Remarks== ==Example Code== ===C Binding=== ..."
 
Ak120 (talk | contribs)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
Returns the screen coordinates for origin of Vio presentation space.


==Syntax==
VioGetOrg (psRow, psColumn, hvps)


==Syntax==
<PRE>
VioGetOrg(PSHORT psRow, PSHORT psColumn, HVPS hvps);
</PRE>
==Parameters==
==Parameters==
;psRow (P[[SHORT]]):row
;psColumn (PSHORT):column
;hvps (HVPS):Handle VIO presentation space


==Return Code==
==Remarks==
==Example Code==
===C Binding===
<PRE>
</PRE>
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
==Related Functions==
*  
*[[VioCreatePS]]
 
*[[VioSetOrg]]


[[Category:The OS/2 API Project]]
[[Category:Vio]]

Latest revision as of 15:03, 15 October 2023

Returns the screen coordinates for origin of Vio presentation space.

Syntax

VioGetOrg (psRow, psColumn, hvps)

Parameters

psRow (PSHORT)
row
psColumn (PSHORT)
column
hvps (HVPS)
Handle VIO presentation space

Related Functions