ReactOS 0.4.16-dev-197-g92996da
|
#include <vdm.h>
Public Attributes | |
LIST_ENTRY | Entry |
USHORT | State |
ULONG | ExitCode |
HANDLE | ServerEvent |
HANDLE | ClientEvent |
PVDM_COMMAND_INFO | CommandInfo |
PVDM_COMMAND_INFO _VDM_DOS_RECORD::CommandInfo |
Definition at line 41 of file vdm.h.
Referenced by BaseSrvCleanupVDMResources(), BaseSrvCopyCommand(), and CSR_API().
LIST_ENTRY _VDM_DOS_RECORD::Entry |
Definition at line 36 of file vdm.h.
Referenced by BaseSrvCleanupVDMResources(), and CSR_API().
ULONG _VDM_DOS_RECORD::ExitCode |
Definition at line 38 of file vdm.h.
Referenced by BaseSrvCopyCommand(), and CSR_API().
HANDLE _VDM_DOS_RECORD::ServerEvent |
Definition at line 39 of file vdm.h.
Referenced by BaseSrvCleanupVDMResources(), and CSR_API().
USHORT _VDM_DOS_RECORD::State |
Definition at line 37 of file vdm.h.
Referenced by BaseSrvCopyCommand(), and CSR_API().