CONSOLE_CURSOR_INFO
The CONSOLE_CURSOR_INFO structure contains information about the console cursor.
typedef struct _CONSOLE_CURSOR_INFO { DWORD dwSize; BOOL bVisible; } CONSOLE_CURSOR_INFO, *PCONSOLE_CURSOR_INFO;
Members
dwSize
Percentage of the character cell that is filled by the cursor. This value is between 1 and
100. The cursor appearance varies, ranging from completely filling the cell to showing up as
a horizontal line at the bottom of the cell.
Windows 9X/Me
- To show a fully filled cursor in Windows 9x/Me set this value to 99.
bVisible
Visibility of the cursor. If the cursor is visible, this member is TRUE.
See also: