ReactOS 0.4.15-dev-7942-gd23573b
_BASE_GET_NEXT_VDM_COMMAND Struct Reference

#include <basemsg.h>

Collaboration diagram for _BASE_GET_NEXT_VDM_COMMAND:

Public Attributes

ULONG iTask
 
HANDLE ConsoleHandle
 
HANDLE WaitObjectForVDM
 
HANDLE StdIn
 
HANDLE StdOut
 
HANDLE StdErr
 
ULONG CodePage
 
ULONG dwCreationFlags
 
ULONG ExitCode
 
PCHAR CmdLine
 
PCHAR AppName
 
PCHAR PifFile
 
PCHAR CurDirectory
 
PCHAR Env
 
ULONG EnvLen
 
LPSTARTUPINFOA StartupInfo
 
PCHAR Desktop
 
ULONG DesktopLen
 
PCHAR Title
 
ULONG TitleLen
 
PCHAR Reserved
 
ULONG ReservedLen
 
USHORT CurrentDrive
 
USHORT CmdLen
 
USHORT AppLen
 
USHORT PifLen
 
USHORT CurDirectoryLen
 
USHORT VDMState
 
ULONG fComingFromBat
 

Detailed Description

Definition at line 161 of file basemsg.h.

Member Data Documentation

◆ AppLen

USHORT _BASE_GET_NEXT_VDM_COMMAND::AppLen

Definition at line 187 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ AppName

PCHAR _BASE_GET_NEXT_VDM_COMMAND::AppName

Definition at line 173 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CmdLen

USHORT _BASE_GET_NEXT_VDM_COMMAND::CmdLen

Definition at line 186 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CmdLine

PCHAR _BASE_GET_NEXT_VDM_COMMAND::CmdLine

Definition at line 172 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CodePage

ULONG _BASE_GET_NEXT_VDM_COMMAND::CodePage

Definition at line 169 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ ConsoleHandle

HANDLE _BASE_GET_NEXT_VDM_COMMAND::ConsoleHandle

Definition at line 164 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CurDirectory

PCHAR _BASE_GET_NEXT_VDM_COMMAND::CurDirectory

Definition at line 175 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CurDirectoryLen

USHORT _BASE_GET_NEXT_VDM_COMMAND::CurDirectoryLen

Definition at line 189 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ CurrentDrive

USHORT _BASE_GET_NEXT_VDM_COMMAND::CurrentDrive

Definition at line 185 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ Desktop

PCHAR _BASE_GET_NEXT_VDM_COMMAND::Desktop

Definition at line 179 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ DesktopLen

ULONG _BASE_GET_NEXT_VDM_COMMAND::DesktopLen

Definition at line 180 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ dwCreationFlags

ULONG _BASE_GET_NEXT_VDM_COMMAND::dwCreationFlags

Definition at line 170 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ Env

PCHAR _BASE_GET_NEXT_VDM_COMMAND::Env

Definition at line 176 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ EnvLen

ULONG _BASE_GET_NEXT_VDM_COMMAND::EnvLen

Definition at line 177 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ ExitCode

ULONG _BASE_GET_NEXT_VDM_COMMAND::ExitCode

Definition at line 171 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ fComingFromBat

ULONG _BASE_GET_NEXT_VDM_COMMAND::fComingFromBat

Definition at line 191 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ iTask

ULONG _BASE_GET_NEXT_VDM_COMMAND::iTask

Definition at line 163 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ PifFile

PCHAR _BASE_GET_NEXT_VDM_COMMAND::PifFile

Definition at line 174 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ PifLen

USHORT _BASE_GET_NEXT_VDM_COMMAND::PifLen

Definition at line 188 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ Reserved

PCHAR _BASE_GET_NEXT_VDM_COMMAND::Reserved

Definition at line 183 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ ReservedLen

ULONG _BASE_GET_NEXT_VDM_COMMAND::ReservedLen

Definition at line 184 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ StartupInfo

LPSTARTUPINFOA _BASE_GET_NEXT_VDM_COMMAND::StartupInfo

Definition at line 178 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ StdErr

HANDLE _BASE_GET_NEXT_VDM_COMMAND::StdErr

Definition at line 168 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ StdIn

HANDLE _BASE_GET_NEXT_VDM_COMMAND::StdIn

Definition at line 166 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ StdOut

HANDLE _BASE_GET_NEXT_VDM_COMMAND::StdOut

Definition at line 167 of file basemsg.h.

Referenced by GetNextVDMCommand().

◆ Title

PCHAR _BASE_GET_NEXT_VDM_COMMAND::Title

Definition at line 181 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ TitleLen

ULONG _BASE_GET_NEXT_VDM_COMMAND::TitleLen

Definition at line 182 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ VDMState

USHORT _BASE_GET_NEXT_VDM_COMMAND::VDMState

Definition at line 190 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().

◆ WaitObjectForVDM

HANDLE _BASE_GET_NEXT_VDM_COMMAND::WaitObjectForVDM

Definition at line 165 of file basemsg.h.

Referenced by CSR_API(), and GetNextVDMCommand().


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