ReactOS 0.4.16-dev-814-g656a5dc
|
#include <conmsg.h>
Public Attributes | |
HANDLE | ConsoleHandle |
HANDLE | OutputHandle |
CHAR | StaticBuffer [80] |
PVOID | Buffer |
ULONG | NumBytes |
ULONG | Reserved1 |
BOOLEAN | UsingStaticBuffer |
BOOLEAN | Unicode |
CHAR | Reserved2 [6] |
PVOID _CONSOLE_WRITECONSOLE::Buffer |
Definition at line 240 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().
HANDLE _CONSOLE_WRITECONSOLE::ConsoleHandle |
Definition at line 236 of file conmsg.h.
Referenced by IntWriteConsole().
ULONG _CONSOLE_WRITECONSOLE::NumBytes |
Definition at line 241 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().
HANDLE _CONSOLE_WRITECONSOLE::OutputHandle |
Definition at line 237 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().
ULONG _CONSOLE_WRITECONSOLE::Reserved1 |
Definition at line 244 of file conmsg.h.
Referenced by IntWriteConsole().
CHAR _CONSOLE_WRITECONSOLE::StaticBuffer[80] |
Definition at line 239 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().
BOOLEAN _CONSOLE_WRITECONSOLE::Unicode |
Definition at line 247 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().
BOOLEAN _CONSOLE_WRITECONSOLE::UsingStaticBuffer |
Definition at line 246 of file conmsg.h.
Referenced by DoWriteConsole(), and IntWriteConsole().