ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_READOUTPUT Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_READOUTPUT:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
CHAR_INFO StaticBuffer
 
PCHAR_INFO CharInfo
 
SMALL_RECT ReadRegion
 
BOOLEAN Unicode
 

Detailed Description

Definition at line 584 of file conmsg.h.

Member Data Documentation

◆ CharInfo

PCHAR_INFO _CONSOLE_READOUTPUT::CharInfo

Definition at line 590 of file conmsg.h.

Referenced by IntReadConsoleOutput().

◆ ConsoleHandle

HANDLE _CONSOLE_READOUTPUT::ConsoleHandle

Definition at line 586 of file conmsg.h.

Referenced by IntReadConsoleOutput().

◆ OutputHandle

HANDLE _CONSOLE_READOUTPUT::OutputHandle

Definition at line 587 of file conmsg.h.

Referenced by IntReadConsoleOutput().

◆ ReadRegion

SMALL_RECT _CONSOLE_READOUTPUT::ReadRegion

Definition at line 592 of file conmsg.h.

Referenced by IntReadConsoleOutput().

◆ StaticBuffer

CHAR_INFO _CONSOLE_READOUTPUT::StaticBuffer

Definition at line 589 of file conmsg.h.

Referenced by IntReadConsoleOutput().

◆ Unicode

BOOLEAN _CONSOLE_READOUTPUT::Unicode

Definition at line 593 of file conmsg.h.

Referenced by IntReadConsoleOutput().


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