The CONSOLE_CURSOR_INFO structure contains information about the console cursor.
typedef struct _CONSOLE_CURSOR_INFO { // cci
DWORD dwSize;
BOOL bVisible;
} CONSOLE_CURSOR_INFO, *PCONSOLE_CURSOR_INFO;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in wincon.h.
Consoles and Character-Mode Support Overview, Console Structures, GetConsoleCursorInfo, SetConsoleCursorInfo