VioScrollUp

VioScrollUp

#define INCL_VIO

USHORT  rc = VioScrollUp(TopRow, LeftCol, BotRow, RightCol, Lines, Cell,
                             VioHandle);

USHORT           TopRow;        /* Top row */
USHORT           LeftCol;       /* Left column */
USHORT           BotRow;        /* Bottom row */
USHORT           RightCol;      /* Right column */
USHORT           Lines;         /* Number of lines */
PBYTE            Cell;          /* Fill character */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioScrollRt]
[Next: VioScrUnLock]