Jump to content

VioSetOrg: Difference between revisions

From EDM2
Created page with "==Description== ==Syntax== <PRE> VioSetOrg(SHORT sRow, SHORT sColumn, HVPS hvps); </PRE> ==Parameters== ==Return Code== ==Remarks== ==Example Code== ===C Binding=== <PRE..."
 
Ak120 (talk | contribs)
m Undo revision 76149 by Martini (talk) bs
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
VioSetOrigin sets the origin for an AVIO presentation space.


==Syntax==
VioSetOrg (sRow, sColumn, hvps)


==Syntax==
<PRE>
VioSetOrg(SHORT sRow, SHORT sColumn, HVPS hvps);
</PRE>
==Parameters==
==Parameters==
;sRow ([[SHORT]]):row
;sColumn (SHORT):column
;hvps (HVPS):handle to VIO presentation space


==Return Code==
==Return Code==
;rc (USHORT)
:0 success


==Remarks==
[[Category:Vio]]
 
 
==Example Code==
===C Binding===
<PRE>
 
</PRE>
 
===MASM Binding===
<PRE>
 
</PRE>
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 15:05, 15 October 2023

VioSetOrigin sets the origin for an AVIO presentation space.

Syntax

VioSetOrg (sRow, sColumn, hvps)

Parameters

sRow (SHORT)
row
sColumn (SHORT)
column
hvps (HVPS)
handle to VIO presentation space

Return Code

rc (USHORT)
0 success