DosReadConsoleOutputCellStr

C++ language function declaration

APIRET APIENTRY DosReadConsoleOutputCellStr ( HFILE Handle, CONSOLE_CELL * PtrCellStr, size_t Cells, size_t Row, size_t Col ) ;

Parameters

Handle
The file handle of the console buffer or CON device. (Note)
PtrCellStr
A pointer to an array of character/attribute cells.
Cells
The number of cells to query.
Row
The starting row position.
Col
The starting column position.

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.