ReactOS 0.4.15-dev-7842-g558ab78
_CONSOLE_ALLOCCONSOLE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_ALLOCCONSOLE:

Public Attributes

PCONSOLE_START_INFO ConsoleStartInfo
 
ULONG TitleLength
 
PWCHAR ConsoleTitle
 
ULONG DesktopLength
 
PWCHAR Desktop
 
ULONG AppNameLength
 
PWCHAR AppName
 
ULONG CurDirLength
 
PWCHAR CurDir
 
LPTHREAD_START_ROUTINE CtrlRoutine
 
LPTHREAD_START_ROUTINE PropRoutine
 

Detailed Description

Definition at line 272 of file conmsg.h.

Member Data Documentation

◆ AppName

PWCHAR _CONSOLE_ALLOCCONSOLE::AppName

Definition at line 281 of file conmsg.h.

Referenced by IntAllocConsole().

◆ AppNameLength

ULONG _CONSOLE_ALLOCCONSOLE::AppNameLength

Definition at line 280 of file conmsg.h.

Referenced by IntAllocConsole().

◆ ConsoleStartInfo

PCONSOLE_START_INFO _CONSOLE_ALLOCCONSOLE::ConsoleStartInfo

Definition at line 274 of file conmsg.h.

Referenced by IntAllocConsole().

◆ ConsoleTitle

PWCHAR _CONSOLE_ALLOCCONSOLE::ConsoleTitle

Definition at line 277 of file conmsg.h.

Referenced by IntAllocConsole().

◆ CtrlRoutine

LPTHREAD_START_ROUTINE _CONSOLE_ALLOCCONSOLE::CtrlRoutine

Definition at line 285 of file conmsg.h.

Referenced by IntAllocConsole().

◆ CurDir

PWCHAR _CONSOLE_ALLOCCONSOLE::CurDir

Definition at line 283 of file conmsg.h.

Referenced by IntAllocConsole().

◆ CurDirLength

ULONG _CONSOLE_ALLOCCONSOLE::CurDirLength

Definition at line 282 of file conmsg.h.

Referenced by IntAllocConsole().

◆ Desktop

PWCHAR _CONSOLE_ALLOCCONSOLE::Desktop

Definition at line 279 of file conmsg.h.

Referenced by IntAllocConsole().

◆ DesktopLength

ULONG _CONSOLE_ALLOCCONSOLE::DesktopLength

Definition at line 278 of file conmsg.h.

Referenced by IntAllocConsole().

◆ PropRoutine

LPTHREAD_START_ROUTINE _CONSOLE_ALLOCCONSOLE::PropRoutine

Definition at line 286 of file conmsg.h.

Referenced by IntAllocConsole().

◆ TitleLength

ULONG _CONSOLE_ALLOCCONSOLE::TitleLength

Definition at line 276 of file conmsg.h.

Referenced by IntAllocConsole().


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