VioWrtCharStrAtt

VioWrtCharStrAtt

#define INCL_VIO

USHORT  rc = VioWrtCharStrAtt(CharStr, Length, Row, Column, Attr,
                               VioHandle);

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

USHORT           rc;            /* return code */


[Back: VioWrtCharStr]
[Next: VioWrtNAttr]