На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

GetNumberOfConsoleInputEvents



The GetNumberOfConsoleInputEvents function retrieves the number of unread input records in the console's input buffer.

BOOL GetNumberOfConsoleInputEvents(

HANDLE hConsoleInput, // handle of console input buffer
LPDWORD lpcNumberOfEvents // address for number of events
);


Parameters

hConsoleInput

Identifies the console input buffer. The handle must have GENERIC_READ access.

lpcNumberOfEvents

Points to a 32-bit variable that receives the number of unread input records in the console's input buffer.



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 GetNumberOfConsoleInputEvents function reports the total number of unread input records in the input buffer, including keyboard, mouse, and window-resizing input records. Processes using the ReadFile or ReadConsole function can only read keyboard input. Processes using the ReadConsoleInput
function can read all types of input records.
A process can specify a console input buffer handle in one of the wait functions to determine when there is unread console input. When the input buffer is not empty, the state of a console input buffer handle is signaled.

To read input records from a console input buffer without affecting the number of unread records, use the PeekConsoleInput function. To discard all unread records in a console's input buffer, use the FlushConsoleInputBuffer function.

See Also

FlushConsoleInputBuffer, PeekConsoleInput, ReadConsole, ReadConsoleInput, ReadFile


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

GetNumberOfConsoleInputEvents



Функция GetNumberOfConsoleInputEvents извлекает число unread входных записей в консольный входной буфер.

BOOL GetNumberOfConsoleInputEvents(

РУЧКА hConsoleInput, // ручка консольного вклада буферизуют LPDWORD lpcNumberOfEvents // обращаться для количества событий
);


Параметры

hConsoleInput

Идентифицирует консольный входной буфер. Ручка должна иметь доступ GENERIC_READ.

lpcNumberOfEvents

Точки на 32- битовую переменную, которые получают число unread входных записей в консольном входном буфере.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Функция GetNumberOfConsoleInputEvents сообщает общее число unread входных записей в входном буфере, включая клавиатуру, мышь, и менять размеры входных записей окна-. Обрабатывает используя ReadFile или функция ReadConsole может только прочитать ввод данных с клавиатуры. Обрабатывает используя функцию ReadConsoleInput может прочитать все типы входных записей.
Процесс может определить консольную входную буферную ручку в одной из функций ожидания, чтобы определяться когда есть unread консольный ввод. Когда входной буфер не пустой, состояние консольной входной буферной ручки сигнализировано.

Для того, чтобы читать входные записи из консольного входного буфера не влияя на число unread записей, используйте функцию PeekConsoleInput. Для того, чтобы отвергать все unread записи в консольном входном буфере, используйте функцию FlushConsoleInputBuffer.

Смотри Также

FlushConsoleInputBuffer, PeekConsoleInput, ReadConsole, ReadConsoleInput, ReadFile


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz