Jump to content

VioSetOrg: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
{{Legacy
{{Legacy
|RepFunc=[[VioSetOrigin]]
|RepFunc=[[VioSetOrigin]]
|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.
|Remarks=
}}
}}


==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 presentation space


==Return Code==
==Return Code==
==Remarks==
==Example Code==
===C Binding===
===MASM Binding===


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

Revision as of 18:52, 26 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement: VioSetOrigin
Remarks:


Syntax

VioSetOrg (sRow, sColumn, hvps)

Parameters

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

Return Code