Disables the input cursor for the current screen
#include <nwconio.h> int HideInputCursor (void);
The following table lists return values and descriptions.
Value
Hex
Name
Description
0
(0x00)
ESUCCESS
Successful.
19
(0x13)
EWRNGKND
Input to System Console was attempted.
23
(0x17)
ENO_SCRNS
Screen I/O was attempted when no screens were open.
This function causes the input cursor to be invisible when the current screen is displayed.
DisplayInputCursor, GetPositionOfOutputCursor, SetPositionOfInputCursor