CONSOLE_CURSOR_INFO STRUCT
(MS-Windows)
Contains information about the console
cursor.
CONSOLE_CURSOR_INFO STRUCT dwSize DWORD ? bVisible DWORD ? ; Win32 BOOL is 32 bits CONSOLE_CURSOR_INFO ENDS |
| Member | Win Type | MASM Type | Description |
|---|---|---|---|
| dwSize | DWORD | DWORD | The percentage (1-100) of the character element that is filled by the cursor. |
| bVisible | BOOL | DWORD | TRUE if cursor is visible. |
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |