VioWrtCellStr

VioWrtCellStr

#define INCL_VIO

USHORT  rc = VioWrtCellStr(CellStr, Length, Row, Column, VioHandle);

PCH              CellStr;       /* String to be written */
USHORT           Length;        /* Length of string */
USHORT           Row;           /* Starting row position for output */
USHORT           Column;        /* Starting column position for output */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioShowBuf]
[Next: VioWrtCharStr]