|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <conmsg.h>

Public Attributes | |
| HANDLE | ConsoleHandle |
| HANDLE | OutputHandle |
| CHAR_INFO | StaticBuffer |
| PCHAR_INFO | CharInfo |
| SMALL_RECT | ReadRegion |
| BOOLEAN | Unicode |
| PCHAR_INFO _CONSOLE_READOUTPUT::CharInfo |
Definition at line 590 of file conmsg.h.
Referenced by IntReadConsoleOutput().
| HANDLE _CONSOLE_READOUTPUT::ConsoleHandle |
Definition at line 586 of file conmsg.h.
Referenced by IntReadConsoleOutput().
| HANDLE _CONSOLE_READOUTPUT::OutputHandle |
Definition at line 587 of file conmsg.h.
Referenced by IntReadConsoleOutput().
| SMALL_RECT _CONSOLE_READOUTPUT::ReadRegion |
Definition at line 592 of file conmsg.h.
Referenced by IntReadConsoleOutput().
| CHAR_INFO _CONSOLE_READOUTPUT::StaticBuffer |
Definition at line 589 of file conmsg.h.
Referenced by IntReadConsoleOutput().
| BOOLEAN _CONSOLE_READOUTPUT::Unicode |
Definition at line 593 of file conmsg.h.
Referenced by IntReadConsoleOutput().