ReactOS 0.4.15-dev-6663-gd1e9fe1
|
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 588 of file vdm.c.
Referenced by CSR_SERVER_DLL_INIT().
VOID BaseSrvCleanupVDMResources | ( | IN PCSR_PROCESS | CsrProcess | ) |
Definition at line 297 of file vdm.c.
Referenced by BaseClientDisconnectRoutine().
BOOLEAN BaseSrvCopyCommand | ( | PBASE_CHECK_VDM | CheckVdmRequest, |
PVDM_DOS_RECORD | DosRecord | ||
) |
Definition at line 352 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 240 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 499 of file vdm.c.
Referenced by CSR_API().
VOID BaseSrvFreeVDMInfo | ( | PVDM_COMMAND_INFO | CommandInfo | ) |
Definition at line 281 of file vdm.c.
Referenced by BaseSrvCleanupVDMResources(), BaseSrvCopyCommand(), and CSR_API().
NTSTATUS BaseSrvGetConsoleRecord | ( | HANDLE | ConsoleHandle, |
PVDM_CONSOLE_RECORD * | Record | ||
) |
Definition at line 143 of file vdm.c.
Referenced by CSR_API().
CSR_API | ( | BaseSrvCheckVDM | ) |
Definition at line 600 of file vdm.c.
CSR_API | ( | BaseSrvExitVDM | ) |
Definition at line 1165 of file vdm.c.
CSR_API | ( | BaseSrvGetNextVDMCommand | ) |
Definition at line 934 of file vdm.c.
CSR_API | ( | BaseSrvGetVDMCurDirs | ) |
Definition at line 1398 of file vdm.c.
CSR_API | ( | BaseSrvGetVDMExitCode | ) |
Definition at line 1248 of file vdm.c.
CSR_API | ( | BaseSrvIsFirstVDM | ) |
Definition at line 1235 of file vdm.c.
CSR_API | ( | BaseSrvSetReenterCount | ) |
Definition at line 1301 of file vdm.c.
CSR_API | ( | BaseSrvSetVDMCurDirs | ) |
Definition at line 1336 of file vdm.c.
CSR_API | ( | BaseSrvUpdateVDMEntry | ) |
Definition at line 808 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().