ReactOS 0.4.15-dev-7958-gcd0bb1a
_CONSOLE_WRITECONSOLE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_WRITECONSOLE:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
CHAR StaticBuffer [80]
 
PVOID Buffer
 
ULONG NumBytes
 
ULONG Reserved1
 
BOOLEAN UsingStaticBuffer
 
BOOLEAN Unicode
 
CHAR Reserved2 [6]
 

Detailed Description

Definition at line 234 of file conmsg.h.

Member Data Documentation

◆ Buffer

PVOID _CONSOLE_WRITECONSOLE::Buffer

Definition at line 240 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().

◆ ConsoleHandle

HANDLE _CONSOLE_WRITECONSOLE::ConsoleHandle

Definition at line 236 of file conmsg.h.

Referenced by IntWriteConsole().

◆ NumBytes

ULONG _CONSOLE_WRITECONSOLE::NumBytes

Definition at line 241 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().

◆ OutputHandle

HANDLE _CONSOLE_WRITECONSOLE::OutputHandle

Definition at line 237 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().

◆ Reserved1

ULONG _CONSOLE_WRITECONSOLE::Reserved1

Definition at line 244 of file conmsg.h.

Referenced by IntWriteConsole().

◆ Reserved2

CHAR _CONSOLE_WRITECONSOLE::Reserved2[6]

Definition at line 250 of file conmsg.h.

◆ StaticBuffer

CHAR _CONSOLE_WRITECONSOLE::StaticBuffer[80]

Definition at line 239 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().

◆ Unicode

BOOLEAN _CONSOLE_WRITECONSOLE::Unicode

Definition at line 247 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().

◆ UsingStaticBuffer

BOOLEAN _CONSOLE_WRITECONSOLE::UsingStaticBuffer

Definition at line 246 of file conmsg.h.

Referenced by DoWriteConsole(), and IntWriteConsole().


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