ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "dos.h"
#include "dos/dem.h"
#include "bios/bios.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
PDOS_DEVICE_NODE | Con = NULL |
BYTE | ExtendedCode = 0 |
WORD NTAPI ConDrvClose | ( | PDOS_DEVICE_NODE | Device | ) |
Definition at line 124 of file condrv.c.
Referenced by ConDrvInitialize(), and DriverEntry().
Definition at line 132 of file condrv.c.
Referenced by DosKRNLInitialize().
WORD NTAPI ConDrvInputStatus | ( | PDOS_DEVICE_NODE | Device | ) |
Definition at line 79 of file condrv.c.
Referenced by ConDrvInitialize().
WORD NTAPI ConDrvOpen | ( | PDOS_DEVICE_NODE | Device | ) |
Definition at line 118 of file condrv.c.
Referenced by ConDrvInitialize().
WORD NTAPI ConDrvReadInput | ( | PDOS_DEVICE_NODE | Device, |
DWORD | Buffer, | ||
PWORD | Length | ||
) |
Definition at line 31 of file condrv.c.
Referenced by ConDrvInitialize().
WORD NTAPI ConDrvWriteOutput | ( | PDOS_DEVICE_NODE | Device, |
DWORD | Buffer, | ||
PWORD | Length | ||
) |
Definition at line 96 of file condrv.c.
Referenced by ConDrvInitialize().
PDOS_DEVICE_NODE Con = NULL |
Definition at line 26 of file condrv.c.
Referenced by ClearMixerCache(), ConDrvCleanup(), ConDrvInitialize(), and SndMixerQueryConnections().
BYTE ExtendedCode = 0 |
Definition at line 27 of file condrv.c.
Referenced by ConDrvInputStatus(), and ConDrvReadInput().