ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "cpu/cpu.h"
#include "dos.h"
#include "dos/dem.h"
#include "dosfiles.h"
#include "handle.h"
#include "process.h"
#include "memory.h"
#include "bios/bios.h"
#include "io.h"
#include "hardware/ps2.h"
#include "vddsup.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 251 of file process.c.
Referenced by DosInt21h().
|
static |
Definition at line 181 of file process.c.
Referenced by DosLoadExecutableInternal().
WORD DosCreateProcess | ( | IN LPCSTR | ProgramName, |
IN PDOS_EXEC_PARAM_BLOCK | Parameters, | ||
IN DWORD ReturnAddress | OPTIONAL | ||
) |
Definition at line 793 of file process.c.
Referenced by DosInt21h().
Definition at line 278 of file process.c.
Referenced by DosInt21h(), and DosLoadExecutableInternal().
|
static |
Definition at line 36 of file process.c.
Referenced by DosLoadExecutableInternal().
DWORD DosLoadExecutable | ( | IN DOS_EXEC_TYPE | LoadType, |
IN LPCSTR | ExecutablePath, | ||
IN PDOS_EXEC_PARAM_BLOCK | Parameters, | ||
IN LPCSTR CommandLine | OPTIONAL, | ||
IN LPCSTR Environment | OPTIONAL, | ||
IN DWORD ReturnAddress | OPTIONAL | ||
) |
Definition at line 705 of file process.c.
Referenced by DosCreateProcess(), DosInt21h(), and DosStartComSpec().
DWORD DosLoadExecutableInternal | ( | IN DOS_EXEC_TYPE | LoadType, |
IN LPBYTE | ExeBuffer, | ||
IN DWORD | ExeBufferSize, | ||
IN LPCSTR | ExePath, | ||
IN PDOS_EXEC_PARAM_BLOCK | Parameters, | ||
IN LPCSTR CommandLine | OPTIONAL, | ||
IN LPCSTR Environment | OPTIONAL, | ||
IN DWORD ReturnAddress | OPTIONAL | ||
) |
Definition at line 335 of file process.c.
Referenced by DosLoadExecutable(), and DosStartComSpec().
Definition at line 133 of file process.c.
Referenced by DosTerminateProcess().
Definition at line 84 of file process.c.
Referenced by DosLoadExecutableInternal().
Definition at line 329 of file process.c.
Referenced by DosInt21h(), DosLoadExecutableInternal(), and DosTerminateProcess().
Definition at line 936 of file process.c.
Referenced by DosControlBreak(), DosInt20h(), DosInt21h(), and DosInt27h().