ReactOS 0.4.15-dev-7953-g1f49173
_VDM_DOS_RECORD Struct Reference

#include <vdm.h>

Collaboration diagram for _VDM_DOS_RECORD:

Public Attributes

LIST_ENTRY Entry
 
USHORT State
 
ULONG ExitCode
 
HANDLE ServerEvent
 
HANDLE ClientEvent
 
PVDM_COMMAND_INFO CommandInfo
 

Detailed Description

Definition at line 34 of file vdm.h.

Member Data Documentation

◆ ClientEvent

HANDLE _VDM_DOS_RECORD::ClientEvent

Definition at line 40 of file vdm.h.

Referenced by CSR_API().

◆ CommandInfo

PVDM_COMMAND_INFO _VDM_DOS_RECORD::CommandInfo

Definition at line 41 of file vdm.h.

Referenced by BaseSrvCleanupVDMResources(), BaseSrvCopyCommand(), and CSR_API().

◆ Entry

LIST_ENTRY _VDM_DOS_RECORD::Entry

Definition at line 36 of file vdm.h.

Referenced by BaseSrvCleanupVDMResources(), and CSR_API().

◆ ExitCode

ULONG _VDM_DOS_RECORD::ExitCode

Definition at line 38 of file vdm.h.

Referenced by BaseSrvCopyCommand(), and CSR_API().

◆ ServerEvent

HANDLE _VDM_DOS_RECORD::ServerEvent

Definition at line 39 of file vdm.h.

Referenced by BaseSrvCleanupVDMResources(), and CSR_API().

◆ State

USHORT _VDM_DOS_RECORD::State

Definition at line 37 of file vdm.h.

Referenced by BaseSrvCopyCommand(), and CSR_API().


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