DosQueryConsoleCursorSize

C++ language function declaration

APIRET APIENTRY DosQueryConsoleCursorSize ( HFILE Handle, unsigned int & PercentStart, unsigned int & PercentEnd, BOOL & Visible ) ;

Parameters

Handle
The file handle of the console buffer or CON device. (Note)
PercentStart
A reference to a variable wherein is stored the percentage of the cell height of the cursor start line.
PercentEnd
A reference to a variable wherein is stored the percentage of the cell height of the cursor end line.
Visible
A reference to a variable wherein is stored the current cursor visibility status.

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.