subcalls.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VioSetOrg (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_AVIO
 
USHORT VioSetOrg(sRow, sColumn, hvps)
SHORT sRow;       /* row number of cell        */
SHORT sColumn;    /* column number of cell     */
HVPS hvps;        /* presentation-space handle */
 
The VioSetOrg function sets the origin for an advanced
video-input-and-output (AVIO) presentation space. It moves the specified
character cell to the upper-left corner of the screen.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
sRow       Specifies the row number of the character cell that is to be the
           origin.
 
sColumn    Specifies the column number of the character cell that is to be
           the origin.
 
hvps       Identifies the AVIO presentation space. This handle must have
           been created previously by using the VioCreatePS function.
 
Return Value
 
The return value is zero if the function is successful. Otherwise, it is an
error value.
 
See Also
 
VioCreatePS, VioGetOrg