ReactOS 0.4.16-dev-91-g764881a
|
#include <dos.h>
Public Attributes | |
DOS_SYSVARS | SysVars |
BYTE | NullDriverRoutine [7] |
WORD | DosVersion |
DOS_SDA | Sda |
CHAR | CurrentDirectories [NUM_DRIVES][DOS_DIR_LENGTH] |
BYTE | UnreadConInputBuffer [128] |
BYTE | DosStack [384] |
BYTE | Sft [ANYSIZE_ARRAY] |
CHAR _DOS_DATA::CurrentDirectories[NUM_DRIVES][DOS_DIR_LENGTH] |
Definition at line 257 of file dos.h.
Referenced by DosChangeDirectory(), DosChangeDrive(), DosInt21h(), and DosKRNLInitialize().
BYTE _DOS_DATA::DosStack[384] |
Definition at line 259 of file dos.h.
Referenced by DosKRNLInitialize().
WORD _DOS_DATA::DosVersion |
Definition at line 255 of file dos.h.
Referenced by DosCreatePsp(), DosInt2Fh(), and DosKRNLInitialize().
BYTE _DOS_DATA::NullDriverRoutine[7] |
Definition at line 254 of file dos.h.
Referenced by DosKRNLInitialize().
DOS_SDA _DOS_DATA::Sda |
Definition at line 256 of file dos.h.
Referenced by demFileFindFirst(), and DosKRNLInitialize().
BYTE _DOS_DATA::Sft[ANYSIZE_ARRAY] |
DOS_SYSVARS _DOS_DATA::SysVars |
Definition at line 253 of file dos.h.
Referenced by DosKRNLInitialize().
BYTE _DOS_DATA::UnreadConInputBuffer[128] |
Definition at line 258 of file dos.h.
Referenced by DosReadFile().