|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <conmsg.h>

Public Attributes | |
| HANDLE | ConsoleHandle |
| HANDLE | InputHandle |
| INPUT_RECORD | RecordStaticBuffer [5] |
| PINPUT_RECORD | RecordBufPtr |
| ULONG | NumRecords |
| WORD | Flags |
| BOOLEAN | Unicode |
| HANDLE _CONSOLE_GETINPUT::ConsoleHandle |
Definition at line 564 of file conmsg.h.
Referenced by IntGetConsoleInput().
| WORD _CONSOLE_GETINPUT::Flags |
Definition at line 569 of file conmsg.h.
Referenced by IntGetConsoleInput(), and ReadInputBuffer().
| HANDLE _CONSOLE_GETINPUT::InputHandle |
Definition at line 565 of file conmsg.h.
Referenced by IntGetConsoleInput().
| ULONG _CONSOLE_GETINPUT::NumRecords |
Definition at line 568 of file conmsg.h.
Referenced by IntGetConsoleInput(), and ReadInputBuffer().
| PINPUT_RECORD _CONSOLE_GETINPUT::RecordBufPtr |
Definition at line 567 of file conmsg.h.
Referenced by IntGetConsoleInput(), and ReadInputBuffer().
| INPUT_RECORD _CONSOLE_GETINPUT::RecordStaticBuffer[5] |
Definition at line 566 of file conmsg.h.
Referenced by IntGetConsoleInput(), and ReadInputBuffer().
| BOOLEAN _CONSOLE_GETINPUT::Unicode |
Definition at line 570 of file conmsg.h.
Referenced by IntGetConsoleInput(), and ReadInputBuffer().