DosSetConsoleOutputAttr

C++ language function declaration

APIRET APIENTRY DosSetConsoleOutputAttr ( HFILE Handle, unsigned char OutputAttr, unsigned char ScrollAttr ) ;

Parameters

Handle
The file handle of the console buffer or CON device. (Note)
OutputAttr
The attribute to use for any printable characters generated during tty-style text output.
ScrollAttr
The attribute to use for any scrolling that occurs during tty-style text output.

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.