ReactOS 0.4.16-dev-329-g9223134
|
#include <conmsg.h>
Public Attributes | |
HANDLE | ConsoleHandle |
HANDLE | InputHandle |
INPUT_RECORD | RecordStaticBuffer [5] |
PINPUT_RECORD | RecordBufPtr |
ULONG | NumRecords |
BOOLEAN | Unicode |
BOOLEAN | AppendToEnd |
BOOLEAN _CONSOLE_WRITEINPUT::AppendToEnd |
Definition at line 581 of file conmsg.h.
Referenced by IntWriteConsoleInput().
HANDLE _CONSOLE_WRITEINPUT::ConsoleHandle |
Definition at line 575 of file conmsg.h.
Referenced by IntWriteConsoleInput().
HANDLE _CONSOLE_WRITEINPUT::InputHandle |
Definition at line 576 of file conmsg.h.
Referenced by IntWriteConsoleInput().
ULONG _CONSOLE_WRITEINPUT::NumRecords |
Definition at line 579 of file conmsg.h.
Referenced by IntWriteConsoleInput().
PINPUT_RECORD _CONSOLE_WRITEINPUT::RecordBufPtr |
Definition at line 578 of file conmsg.h.
Referenced by IntWriteConsoleInput().
INPUT_RECORD _CONSOLE_WRITEINPUT::RecordStaticBuffer[5] |
Definition at line 577 of file conmsg.h.
Referenced by IntWriteConsoleInput().
BOOLEAN _CONSOLE_WRITEINPUT::Unicode |
Definition at line 580 of file conmsg.h.
Referenced by IntWriteConsoleInput().