Jump to content

VioSetOrg: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
m Undo revision 76149 by Martini (talk) bs
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Legacy
VioSetOrigin sets the origin for an AVIO presentation space.
|RepFunc=
|Remarks=[[image:warning.png|70px]] Some sites indicates that this function is the same or has been renamed to [[VioSetOrigin]]. It has not been fully validated.  
}}


==Syntax==
==Syntax==
  VioSetOrg(SHORT sRow, SHORT sColumn, HVPS hvps);
  VioSetOrg (sRow, sColumn, hvps)


==Parameters==
==Parameters==
;sRow ([[SHORT]]):row
;sColumn (SHORT):column
;hvps (HVPS):handle to VIO presentation space


==Return Code==
==Return Code==
 
;rc (USHORT)
==Remarks==
:0 success
 
 
==Example Code==
===C Binding===
 
===MASM Binding===


[[Category:Vio]]
[[Category:Vio]]

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