GetConsoleCursorInfo PROC
(MS-Windows)
Gets information about the size and visibility of
the cursor for the console screen buffer.
Call GetLastError to get extended error
information.
GetConsoleCursorInfo PROTO, outHandle:DWORD, ; console output handle pCursorInfo:PTR CONSOLE_CURSOR_INFO ; cursor information Returns: (BOOL) EAX = TRUE (non-zero) if successful, FALSE (zero) if fails. |
Argument | Win Type | MASM Type | Description |
---|---|---|---|
outHandle | HANDLE | DWORD | Handle to console screen buffer. |
pCursorInfo | PCONSOLE_CURSOR_INFO | PTR CONSOLE_CURSOR_INFO | Pointer to a CONSOLE_CURSOR_INFO structure. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |