|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetConsoleCursorInfo
The GetConsoleCursorInfo function retrieves information about the size and visibility of the cursor for the specified console screen buffer.
BOOL GetConsoleCursorInfo(
HANDLE hConsoleOutput, // handle of console screen buffer PCONSOLE_CURSOR_INFO lpConsoleCursorInfo // address of cursor information );
Parameters
hConsoleOutput
Identifies a console screen buffer. The handle must have GENERIC_READ access.
lpConsoleCursorInfo
Points to a CONSOLE_CURSOR_INFO structure in which information about the console's cursor is returned.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
See Also
CONSOLE_CURSOR_INFO, SetConsoleCursorInfo
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetConsoleCursorInfo
Функция GetConsoleCursorInfo извлекает информации о размере и видимости курсора для определенного консольного экранного буфера.
BOOL GetConsoleCursorInfo(
РУЧКА hConsoleOutput, // ручка консольного экрана буферизуют адрес PCONSOLE_CURSOR_INFO lpConsoleCursorInfo // информации курсора );
Параметры
hConsoleOutput
Идентифицирует консольный экранный буфер. Ручка должна иметь доступ GENERIC_READ.
lpConsoleCursorInfo
Точки на структуру CONSOLE_CURSOR_INFO в которых информация о консольном курсоре возвращана.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
CONSOLE_CURSOR_INFO, SetConsoleCursorInfo
|
|
|
|