VioReadCellStr

VioReadCellStr

#define INCL_VIO

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

PCH              CellStr;       /* Cell string buffer */
PUSHORT          Length;        /* Length of cell string buffer */
USHORT           Row;           /* Starting row location */
USHORT           Column;        /* Starting column location */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioPrtScToggle]
[Next: VioReadCharStr]