DosSetConsoleSize

C++ language function declaration

APIRET APIENTRY DosSetConsoleSize ( HFILE Handle, size_t Rows, size_t Cols ) ;

Parameters

Handle
The file handle of the console buffer or CON device. (Note)
Rows
The new buffer size in rows.
Cols
The new buffer size in columns.

Return value

An OS/2 system error code.

Remarks

See Note.


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