DosWriteConsoleOutputCharStrAttr

C++ language function declaration

APIRET APIENTRY DosWriteConsoleOutputCharStrAttr ( HFILE Handle, const CONSOLE_UNICHAR * PtrCharStr, size_t Chars, size_t Row, size_t Col, unsigned char Attr ) ;

Parameters

Handle
The file handle of the console buffer or CON device. (Note)
PtrCharStr
A pointer to an array of characters.
Chars
The number of characters to modify.
Row
The starting row position.
Col
The starting column position.
Attr
The attribute to use for all characters.

Return value

An OS/2 system error code.

Remarks


The 32-bit Unicode Console API is © Copyright 1999,2000,2009 Jonathan de Boyne Pollard. "Moral" rights are asserted.