ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_INPUT_BUFFER Struct Reference

#include <conio.h>

Collaboration diagram for _CONSOLE_INPUT_BUFFER:

Public Attributes

CONSOLE_IO_OBJECT Header
 
ULONG InputBufferSize
 
ULONG NumberOfEvents
 
LIST_ENTRY InputEvents
 
HANDLE ActiveEvent
 
USHORT Mode
 

Detailed Description

Definition at line 163 of file conio.h.

Member Data Documentation

◆ ActiveEvent

HANDLE _CONSOLE_INPUT_BUFFER::ActiveEvent

Definition at line 170 of file conio.h.

◆ Header

CONSOLE_IO_OBJECT _CONSOLE_INPUT_BUFFER::Header

Definition at line 165 of file conio.h.

◆ InputBufferSize

ULONG _CONSOLE_INPUT_BUFFER::InputBufferSize

Definition at line 167 of file conio.h.

◆ InputEvents

LIST_ENTRY _CONSOLE_INPUT_BUFFER::InputEvents

Definition at line 169 of file conio.h.

◆ Mode

USHORT _CONSOLE_INPUT_BUFFER::Mode

Definition at line 172 of file conio.h.

Referenced by ConDrvGetConsoleMode().

◆ NumberOfEvents

ULONG _CONSOLE_INPUT_BUFFER::NumberOfEvents

Definition at line 168 of file conio.h.


The documentation for this struct was generated from the following file: