ReactOS 0.4.15-dev-7834-g00c4b3d
_CONSOLE_GETINPUT Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETINPUT:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE InputHandle
 
INPUT_RECORD RecordStaticBuffer [5]
 
PINPUT_RECORD RecordBufPtr
 
ULONG NumRecords
 
WORD Flags
 
BOOLEAN Unicode
 

Detailed Description

Definition at line 562 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETINPUT::ConsoleHandle

Definition at line 564 of file conmsg.h.

Referenced by IntGetConsoleInput().

◆ Flags

WORD _CONSOLE_GETINPUT::Flags

Definition at line 569 of file conmsg.h.

Referenced by IntGetConsoleInput(), and ReadInputBuffer().

◆ InputHandle

HANDLE _CONSOLE_GETINPUT::InputHandle

Definition at line 565 of file conmsg.h.

Referenced by IntGetConsoleInput().

◆ NumRecords

ULONG _CONSOLE_GETINPUT::NumRecords

Definition at line 568 of file conmsg.h.

Referenced by IntGetConsoleInput(), and ReadInputBuffer().

◆ RecordBufPtr

PINPUT_RECORD _CONSOLE_GETINPUT::RecordBufPtr

Definition at line 567 of file conmsg.h.

Referenced by IntGetConsoleInput(), and ReadInputBuffer().

◆ RecordStaticBuffer

INPUT_RECORD _CONSOLE_GETINPUT::RecordStaticBuffer[5]

Definition at line 566 of file conmsg.h.

Referenced by IntGetConsoleInput(), and ReadInputBuffer().

◆ Unicode

BOOLEAN _CONSOLE_GETINPUT::Unicode

Definition at line 570 of file conmsg.h.

Referenced by IntGetConsoleInput(), and ReadInputBuffer().


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