4-102 Programmer’s Manual
v i d P u t S t r
Description
Writes a string of ASCII characters with an attribute at the
specified display page’s current cursor location. The string
overwrites the characters in the affected positions. This
function does not move the cursor. Use vidPutCursor to move
it.
If the application writes to a display page other than the current
one, the written string does not appear until the application sets
that page as the current one with vidSetPage. Strings written to
the current page appear immediately.
Syntax
void far vidPutStr(char far* lpchString,
unsigned char uchAttr,
short sPage);
Parameters
lpchString
The string to write. Bell, backspace, carriage
return, and line feed characters are invalid. The
string’s length must be less than or equal to the
number of remaining columns in the current row.
uchAttr
The string’s attribute. Values are:
0x07
Normal
video
0x70
Reverse
video
sPage
The display page. For 4-row printers, values are
0-
3
. For 8-row printers, values are
0-1
.
Return Values
None
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......