Jump to content

VioSetOrg: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:warning.png|70px]]  
[[image:warning.png|70px]]  
Some sites indicates that this function is the same or has been renamed to [[OS2 API:CPI:VioSetOrigin|VioSetOrigin]]. It has not been fully validated.  
Some sites indicates that this function is the same or has been renamed to [[VioSetOrigin]]. It has not been fully validated.  


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


==Syntax==
<PRE>
VioSetOrg(SHORT sRow, SHORT sColumn, HVPS hvps);
</PRE>
==Parameters==
==Parameters==


Line 18: Line 14:
==Example Code==
==Example Code==
===C Binding===
===C Binding===
<PRE>
</PRE>


===MASM Binding===
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
*


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

Revision as of 23:24, 26 February 2017

Some sites indicates that this function is the same or has been renamed to VioSetOrigin. It has not been fully validated.

Syntax

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

Parameters

Return Code

Remarks

Example Code

C Binding

MASM Binding