ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
LIST_ENTRY | ListEntry |
const DEVVTBL * | FuncTable |
Driver function table. | |
const DEVVTBL * | FileFuncTable |
Used only by mounted storage devices. | |
PSTR | DeviceName |
ULONG | DeviceId |
Entry ID in FileData when the device gets referenced. | |
ULONG | ReferenceCount |
ULONG tagDEVICE::DeviceId |
Entry ID in FileData when the device gets referenced.
Definition at line 39 of file fs.c.
Referenced by FsRegisterDevice().
PSTR tagDEVICE::DeviceName |
Definition at line 38 of file fs.c.
Referenced by FsRegisterDevice().
LIST_ENTRY tagDEVICE::ListEntry |
Definition at line 35 of file fs.c.
Referenced by FsRegisterDevice().
ULONG tagDEVICE::ReferenceCount |
Definition at line 40 of file fs.c.
Referenced by FsRegisterDevice().