VioSetOrg: Difference between revisions
Appearance
Created page with "==Description== ==Syntax== <PRE> VioSetOrg(SHORT sRow, SHORT sColumn, HVPS hvps); </PRE> ==Parameters== ==Return Code== ==Remarks== ==Example Code== ===C Binding=== <PRE..." |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
VioSetOrigin sets the origin for an AVIO presentation space. | |||
==Syntax== | |||
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) | |||
:0 success | |||
[[Category:Vio]] | |||
[[Category: |
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