VioWrtTTY

VioWrtTTY

#define INCL_VIO

USHORT  rc = VioWrtTTY(CharStr, Length, VioHandle);

PCH              CharStr;       /* String to be written */
USHORT           Length;        /* Length of string */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioWrtNChar]
[Next: VioDeRegister]