ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
BOOLEAN | FirstVDM = TRUE |
LIST_ENTRY | VDMConsoleListHead |
RTL_CRITICAL_SECTION | DosCriticalSection |
RTL_CRITICAL_SECTION | WowCriticalSection |
Definition at line 587 of file vdm.c.
Referenced by CSR_SERVER_DLL_INIT().
VOID BaseSrvCleanupVDMResources | ( | IN PCSR_PROCESS | CsrProcess | ) |
Definition at line 296 of file vdm.c.
Referenced by BaseClientDisconnectRoutine().
BOOLEAN BaseSrvCopyCommand | ( | PBASE_CHECK_VDM | CheckVdmRequest, |
PVDM_DOS_RECORD | DosRecord | ||
) |
Definition at line 351 of file vdm.c.
Referenced by CSR_API().
PVDM_CONSOLE_RECORD BaseSrvCreateConsoleRecord | ( | VOID | ) |
Definition at line 27 of file vdm.c.
Referenced by CSR_API().
Definition at line 239 of file vdm.c.
Referenced by CSR_API().
VOID BaseSrvDestroyConsoleRecord | ( | PVDM_CONSOLE_RECORD | ConsoleRecord | ) |
Definition at line 71 of file vdm.c.
Referenced by BaseSrvCleanupVDMResources(), and CSR_API().
NTSTATUS BaseSrvFillCommandInfo | ( | PVDM_COMMAND_INFO | CommandInfo, |
PBASE_GET_NEXT_VDM_COMMAND | Message | ||
) |
Definition at line 498 of file vdm.c.
Referenced by CSR_API().
VOID BaseSrvFreeVDMInfo | ( | PVDM_COMMAND_INFO | CommandInfo | ) |
Definition at line 280 of file vdm.c.
Referenced by BaseSrvCleanupVDMResources(), BaseSrvCopyCommand(), and CSR_API().
NTSTATUS BaseSrvGetConsoleRecord | ( | HANDLE | ConsoleHandle, |
PVDM_CONSOLE_RECORD * | Record | ||
) |
Definition at line 142 of file vdm.c.
Referenced by CSR_API().
CSR_API | ( | BaseSrvCheckVDM | ) |
Definition at line 599 of file vdm.c.
CSR_API | ( | BaseSrvExitVDM | ) |
Definition at line 1164 of file vdm.c.
CSR_API | ( | BaseSrvGetNextVDMCommand | ) |
Definition at line 933 of file vdm.c.
CSR_API | ( | BaseSrvGetVDMCurDirs | ) |
Definition at line 1397 of file vdm.c.
CSR_API | ( | BaseSrvGetVDMExitCode | ) |
Definition at line 1247 of file vdm.c.
CSR_API | ( | BaseSrvIsFirstVDM | ) |
Definition at line 1234 of file vdm.c.
CSR_API | ( | BaseSrvSetReenterCount | ) |
Definition at line 1300 of file vdm.c.
CSR_API | ( | BaseSrvSetVDMCurDirs | ) |
Definition at line 1335 of file vdm.c.
CSR_API | ( | BaseSrvUpdateVDMEntry | ) |
Definition at line 807 of file vdm.c.
NTSTATUS GetConsoleRecordBySessionId | ( | ULONG | TaskId, |
PVDM_CONSOLE_RECORD * | Record | ||
) |
RTL_CRITICAL_SECTION DosCriticalSection |
Definition at line 22 of file vdm.c.
Referenced by BaseInitializeVDM(), BaseSrvCleanupVDMResources(), and CSR_API().
LIST_ENTRY VDMConsoleListHead |
Definition at line 21 of file vdm.c.
Referenced by BaseInitializeVDM(), BaseSrvCleanupVDMResources(), BaseSrvGetConsoleRecord(), CSR_API(), GetConsoleRecordBySessionId(), and GetNextDosSesId().
RTL_CRITICAL_SECTION WowCriticalSection |
Definition at line 23 of file vdm.c.
Referenced by BaseInitializeVDM(), and CSR_API().