|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetLargestConsoleWindowSize
The GetLargestConsoleWindowSize function returns the size of the largest possible console window, based on the current font and the size of the display.
COORD GetLargestConsoleWindowSize(
HANDLE hConsoleOutput // handle of console screen buffer );
Parameters
hConsoleOutput
Identifies a console screen buffer.
Return Values
If the function succeeds, the return value is a COORD structure that specifies the number of character cell rows (X member) and columns (Y member) in the largest possible console window. Otherwise, the members of the structure are zero. To get extended error information, call GetLastError.
Remarks
The function does not take into consideration the size of the screen buffer, which means that the window size returned may be larger than the size of the screen buffer. The GetConsoleScreenBufferInfo function can be used to determine the maximum size of the console window, given the current screen buffer size, the current font, and the display size.
See Also
COORD, GetConsoleScreenBufferInfo, SetConsoleWindowInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetLargestConsoleWindowSize
Функция GetLargestConsoleWindowSize возвращает размеру предельно возможного консольного окна, базирующемуся в текущем шрифте и размер показа.
COORD GetLargestConsoleWindowSize(
РУЧКА РУЧКИ hConsoleOutput // консольного экранного буфера );
Параметры
hConsoleOutput
Идентифицирует консольный экранный буфер.
Обратные Величины
Если функция добивается успеха, обратная величина является структурой COORD, которая определяет номер символьных колонок ячейки (член X) и колонны (член Y) в предельно возможном консольном окне. В противном случае, участники структуры нулевые. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Функция не принимается во внимание размер экранного буфера, который означает, что возвращанный размер окна может быть большим чем размер экранного буфера. Функция GetConsoleScreenBufferInfo может быть использована, чтобы определять максимальный размер консольного окна, давшего текущий экранный буферный размер, текущий шрифт, и дисплейный размер.
Смотри Также
COORD, GetConsoleScreenBufferInfo, SetConsoleWindowInfo
|
|
|
|
| |