ReactOS 0.4.15-dev-8021-g7ce96fd
_CONSOLE_ATTACHCONSOLE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_ATTACHCONSOLE:

Public Attributes

ULONG ProcessId
 
PCONSOLE_START_INFO ConsoleStartInfo
 
LPTHREAD_START_ROUTINE CtrlRoutine
 
LPTHREAD_START_ROUTINE PropRoutine
 

Detailed Description

Definition at line 289 of file conmsg.h.

Member Data Documentation

◆ ConsoleStartInfo

PCONSOLE_START_INFO _CONSOLE_ATTACHCONSOLE::ConsoleStartInfo

Definition at line 297 of file conmsg.h.

Referenced by IntAttachConsole().

◆ CtrlRoutine

LPTHREAD_START_ROUTINE _CONSOLE_ATTACHCONSOLE::CtrlRoutine

Definition at line 299 of file conmsg.h.

Referenced by IntAttachConsole().

◆ ProcessId

ULONG _CONSOLE_ATTACHCONSOLE::ProcessId

Definition at line 295 of file conmsg.h.

Referenced by IntAttachConsole().

◆ PropRoutine

LPTHREAD_START_ROUTINE _CONSOLE_ATTACHCONSOLE::PropRoutine

Definition at line 300 of file conmsg.h.

Referenced by IntAttachConsole().


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