ReactOS 0.4.15-dev-7924-g5949c20
_CONSOLE_READCONSOLE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_READCONSOLE:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE InputHandle
 
USHORT ExeLength
 
CHAR StaticBuffer [80]
 
PVOID Buffer
 
ULONG NumBytes
 
ULONG CaptureBufferSize
 
ULONG InitialNumBytes
 
ULONG CtrlWakeupMask
 
ULONG ControlKeyState
 
BOOLEAN Unicode
 

Detailed Description

Definition at line 253 of file conmsg.h.

Member Data Documentation

◆ Buffer

PVOID _CONSOLE_READCONSOLE::Buffer

Definition at line 261 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ CaptureBufferSize

ULONG _CONSOLE_READCONSOLE::CaptureBufferSize

Definition at line 264 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ ConsoleHandle

HANDLE _CONSOLE_READCONSOLE::ConsoleHandle

Definition at line 255 of file conmsg.h.

Referenced by IntReadConsole().

◆ ControlKeyState

ULONG _CONSOLE_READCONSOLE::ControlKeyState

Definition at line 268 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ CtrlWakeupMask

ULONG _CONSOLE_READCONSOLE::CtrlWakeupMask

Definition at line 267 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ ExeLength

USHORT _CONSOLE_READCONSOLE::ExeLength

Definition at line 258 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ InitialNumBytes

ULONG _CONSOLE_READCONSOLE::InitialNumBytes

Definition at line 266 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ InputHandle

HANDLE _CONSOLE_READCONSOLE::InputHandle

Definition at line 256 of file conmsg.h.

Referenced by IntReadConsole().

◆ NumBytes

ULONG _CONSOLE_READCONSOLE::NumBytes

Definition at line 262 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ StaticBuffer

CHAR _CONSOLE_READCONSOLE::StaticBuffer[80]

Definition at line 260 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().

◆ Unicode

BOOLEAN _CONSOLE_READCONSOLE::Unicode

Definition at line 269 of file conmsg.h.

Referenced by IntReadConsole(), and ReadChars().


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