|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetConsoleScreenBufferInfo
The GetConsoleScreenBufferInfo function retrieves information about the specified console screen buffer.
BOOL GetConsoleScreenBufferInfo(
HANDLE hConsoleOutput, // handle of console screen buffer PCONSOLE_SCREEN_BUFFER_INFO lpConsoleScreenBufferInfo // address of screen buffer info. );
Parameters
hConsoleOutput
Identifies a console screen buffer. The handle must have GENERIC_READ access.
lpConsoleScreenBufferInfo
Points to a CONSOLE_SCREEN_BUFFER_INFO structure in which the screen buffer information 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.
Remarks
The rectangle returned in the srWindow member of the CONSOLE_SCREEN_BUFFER_INFO structure can be modified and then passed to the SetConsoleWindowInfo function to scroll the screen buffer in the window, to change the size of the window, or both. All coordinates returned in the CONSOLE_SCREEN_BUFFER_INFO structure are in character-cell coordinates, where the origin (0, 0) is at the upper-left corner of the screen buffer.
See Also
CONSOLE_SCREEN_BUFFER_INFO, GetLargestConsoleWindowSize, SetConsoleCursorPosition, SetConsoleScreenBufferSize, SetConsoleWindowInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetConsoleScreenBufferInfo
Функция GetConsoleScreenBufferInfo извлекает информацию об определенном консольном экранном буфере.
BOOL GetConsoleScreenBufferInfo(
ПРООПЕРИРУЙТЕ hConsoleOutput, // ручку консольного экранного адреса буфера PCONSOLE_SCREEN_BUFFER_INFO lpConsoleScreenBufferInfo // экранного буфера инфо. );
Параметры
hConsoleOutput
Идентифицирует консольный экранный буфер. Ручка должна иметь доступ GENERIC_READ.
lpConsoleScreenBufferInfo
Точки на структуру CONSOLE_SCREEN_BUFFER_INFO в которых экранная буферная информация возвращана.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Прямоугольник возвращанный в элемент srWindow структуры CONSOLE_SCREEN_BUFFER_INFO может быть модифицирован и затем пройденное в функцию SetConsoleWindowInfo, чтобы перемещать экранный буфер в окно, чтобы изменять размер окна, или обоих. Все координаты возвращанные в структуру CONSOLE_SCREEN_BUFFER_INFO - в символьной ячейке координат, где начало (0, 0), - в верхнем левом углу экранного буфера.
Смотри Также
CONSOLE_SCREEN_BUFFER_INFO, GetLargestConsoleWindowSize, SetConsoleCursorPosition, SetConsoleScreenBufferSize, SetConsoleWindowInfo
|
|
|
|
| |