DosSetConsoleCursorPos
C++ language function declaration
APIRET APIENTRY DosSetConsoleCursorPos ( HFILE Handle, size_t Row, size_t Col ) ;
Parameters
- Handle
- The file handle of the console buffer or CON device.
(Note)
- Row
- The new cursor row position.
- Col
- The new cursor column position.
Return value
An OS/2 system error code.
Positioning the cursor outside of the screen buffer is an error.
Use
DosSetConsoleCursorSize()
to make the cursor invisible.
The 32-bit Unicode Console API is
© Copyright
1999,2000,2009
Jonathan de Boyne Pollard.
"Moral" rights are asserted.