ReactOS 0.4.15-dev-7842-g558ab78
_CONSOLE_INIT_INFO Struct Reference

#include <console.h>

Collaboration diagram for _CONSOLE_INIT_INFO:

Public Attributes

PCONSOLE_START_INFO ConsoleStartInfo
 
BOOLEAN IsWindowVisible
 
ULONG TitleLength
 
PWCHAR ConsoleTitle
 
ULONG DesktopLength
 
PWCHAR Desktop
 
ULONG AppNameLength
 
PWCHAR AppName
 
ULONG CurDirLength
 
PWCHAR CurDir
 

Detailed Description

Definition at line 11 of file console.h.

Member Data Documentation

◆ AppName

PWCHAR _CONSOLE_INIT_INFO::AppName

Definition at line 21 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ AppNameLength

ULONG _CONSOLE_INIT_INFO::AppNameLength

Definition at line 20 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ ConsoleStartInfo

PCONSOLE_START_INFO _CONSOLE_INIT_INFO::ConsoleStartInfo

Definition at line 13 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ ConsoleTitle

PWCHAR _CONSOLE_INIT_INFO::ConsoleTitle

Definition at line 17 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ CurDir

PWCHAR _CONSOLE_INIT_INFO::CurDir

Definition at line 23 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ CurDirLength

ULONG _CONSOLE_INIT_INFO::CurDirLength

Definition at line 22 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ Desktop

PWCHAR _CONSOLE_INIT_INFO::Desktop

Definition at line 19 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ DesktopLength

ULONG _CONSOLE_INIT_INFO::DesktopLength

Definition at line 18 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ IsWindowVisible

BOOLEAN _CONSOLE_INIT_INFO::IsWindowVisible

Definition at line 14 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().

◆ TitleLength

ULONG _CONSOLE_INIT_INFO::TitleLength

Definition at line 16 of file console.h.

Referenced by CON_API_NOCONSOLE(), and ConSrvConnect().


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