ReactOS 0.4.15-dev-7842-g558ab78
_CONSOLE_START_INFO Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_START_INFO:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE InputWaitHandle
 
HANDLE InputHandle
 
HANDLE OutputHandle
 
HANDLE ErrorHandle
 
HANDLE InitEvents [MAX_INIT_EVENTS]
 
 CONSOLE_PROPERTIES
 

Detailed Description

Definition at line 168 of file conmsg.h.

Member Data Documentation

◆ CONSOLE_PROPERTIES

_CONSOLE_START_INFO::CONSOLE_PROPERTIES

Definition at line 177 of file conmsg.h.

◆ ConsoleHandle

HANDLE _CONSOLE_START_INFO::ConsoleHandle

Definition at line 170 of file conmsg.h.

Referenced by ConDllInitialize(), and ConSrvConnect().

◆ ErrorHandle

HANDLE _CONSOLE_START_INFO::ErrorHandle

Definition at line 174 of file conmsg.h.

Referenced by ConSrvConnect().

◆ InitEvents

HANDLE _CONSOLE_START_INFO::InitEvents[MAX_INIT_EVENTS]

Definition at line 175 of file conmsg.h.

Referenced by IntAllocConsole(), and IntAttachConsole().

◆ InputHandle

HANDLE _CONSOLE_START_INFO::InputHandle

Definition at line 172 of file conmsg.h.

Referenced by ConSrvConnect().

◆ InputWaitHandle

HANDLE _CONSOLE_START_INFO::InputWaitHandle

Definition at line 171 of file conmsg.h.

Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().

◆ OutputHandle

HANDLE _CONSOLE_START_INFO::OutputHandle

Definition at line 173 of file conmsg.h.

Referenced by ConSrvConnect().


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