Jump to content

VioGetOrg: 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 renames to [[OS2 API:CPI:VioGetOrigin|VioGetOrigin]]. It has not been fully validated.  
Some sites indicates that this function is the same or has been renames to [[VioGetOrigin]]. It has not been fully validated.  


==Description==
==Syntax==
VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps);


==Syntax==
<PRE>
VioGetOrg(PSHORT psRow, PSHORT psColumn, HVPS hvps);
</PRE>
==Parameters==
==Parameters==


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

Revision as of 04:47, 13 February 2017

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

Syntax

VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps);

Parameters