ReactOS 0.4.15-dev-7942-gd23573b
_CONSOLE_WRITEINPUT Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_WRITEINPUT:

Public Attributes

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

Detailed Description

Definition at line 573 of file conmsg.h.

Member Data Documentation

◆ AppendToEnd

BOOLEAN _CONSOLE_WRITEINPUT::AppendToEnd

Definition at line 581 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ ConsoleHandle

HANDLE _CONSOLE_WRITEINPUT::ConsoleHandle

Definition at line 575 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ InputHandle

HANDLE _CONSOLE_WRITEINPUT::InputHandle

Definition at line 576 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ NumRecords

ULONG _CONSOLE_WRITEINPUT::NumRecords

Definition at line 579 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ RecordBufPtr

PINPUT_RECORD _CONSOLE_WRITEINPUT::RecordBufPtr

Definition at line 578 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ RecordStaticBuffer

INPUT_RECORD _CONSOLE_WRITEINPUT::RecordStaticBuffer[5]

Definition at line 577 of file conmsg.h.

Referenced by IntWriteConsoleInput().

◆ Unicode

BOOLEAN _CONSOLE_WRITEINPUT::Unicode

Definition at line 580 of file conmsg.h.

Referenced by IntWriteConsoleInput().


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