ReactOS 0.4.16-dev-927-g467dec4
|
#include <conmsg.h>
PVOID _CONSOLE_READCONSOLE::Buffer |
Definition at line 261 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
ULONG _CONSOLE_READCONSOLE::CaptureBufferSize |
Definition at line 264 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
HANDLE _CONSOLE_READCONSOLE::ConsoleHandle |
Definition at line 255 of file conmsg.h.
Referenced by IntReadConsole().
ULONG _CONSOLE_READCONSOLE::ControlKeyState |
Definition at line 268 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
ULONG _CONSOLE_READCONSOLE::CtrlWakeupMask |
Definition at line 267 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
USHORT _CONSOLE_READCONSOLE::ExeLength |
Definition at line 258 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
ULONG _CONSOLE_READCONSOLE::InitialNumBytes |
Definition at line 266 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
HANDLE _CONSOLE_READCONSOLE::InputHandle |
Definition at line 256 of file conmsg.h.
Referenced by IntReadConsole().
ULONG _CONSOLE_READCONSOLE::NumBytes |
Definition at line 262 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
CHAR _CONSOLE_READCONSOLE::StaticBuffer[80] |
Definition at line 260 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().
BOOLEAN _CONSOLE_READCONSOLE::Unicode |
Definition at line 269 of file conmsg.h.
Referenced by IntReadConsole(), and ReadChars().