ReactOS 0.4.16-dev-725-g22577ae
|
#include <device.h>
Public Attributes | |
DWORD | Link |
WORD | DeviceAttributes |
WORD | StrategyRoutine |
WORD | InterruptRoutine |
union { | |
CHAR DeviceName [MAX_DEVICE_NAME] | |
struct { | |
BYTE UnitCount | |
BYTE Reserved [MAX_DEVICE_NAME - 1] | |
} | |
}; | |
union { ... } _DOS_DRIVER::@5131 |
WORD _DOS_DRIVER::DeviceAttributes |
Definition at line 111 of file device.h.
Referenced by DosAddDriver(), DosCreateDeviceEx(), DosCreateDeviceNode(), DosKRNLInitialize(), and DosLoadDriver().
CHAR _DOS_DRIVER::DeviceName[MAX_DEVICE_NAME] |
Definition at line 117 of file device.h.
Referenced by DosCreateDeviceEx(), DosCreateDeviceNode(), and DosKRNLInitialize().
WORD _DOS_DRIVER::InterruptRoutine |
Definition at line 113 of file device.h.
Referenced by DosCallDriver(), DosCreateDeviceEx(), and DosKRNLInitialize().
DWORD _DOS_DRIVER::Link |
Definition at line 110 of file device.h.
Referenced by DosAddDriver(), DosCreateDeviceEx(), DosGetDevice(), DosKRNLInitialize(), DosLoadDriver(), and DosRemoveDriver().
BYTE _DOS_DRIVER::Reserved[MAX_DEVICE_NAME - 1] |
WORD _DOS_DRIVER::StrategyRoutine |
Definition at line 112 of file device.h.
Referenced by DosCallDriver(), DosCreateDeviceEx(), and DosKRNLInitialize().