◄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 ♦