ReactOS 0.4.16-dev-329-g9223134
tagDEVICE Struct Reference
Collaboration diagram for tagDEVICE:

Public Attributes

LIST_ENTRY ListEntry
 
const DEVVTBLFuncTable
 Driver function table.
 
const DEVVTBLFileFuncTable
 Used only by mounted storage devices.
 
PSTR DeviceName
 
ULONG DeviceId
 Entry ID in FileData when the device gets referenced.
 
ULONG ReferenceCount
 

Detailed Description

Definition at line 33 of file fs.c.

Member Data Documentation

◆ DeviceId

ULONG tagDEVICE::DeviceId

Entry ID in FileData when the device gets referenced.

Definition at line 39 of file fs.c.

Referenced by FsRegisterDevice().

◆ DeviceName

PSTR tagDEVICE::DeviceName

Definition at line 38 of file fs.c.

Referenced by FsRegisterDevice().

◆ FileFuncTable

const DEVVTBL* tagDEVICE::FileFuncTable

Used only by mounted storage devices.

Definition at line 37 of file fs.c.

◆ FuncTable

const DEVVTBL* tagDEVICE::FuncTable

Driver function table.

Definition at line 36 of file fs.c.

Referenced by FsRegisterDevice().

◆ ListEntry

LIST_ENTRY tagDEVICE::ListEntry

Definition at line 35 of file fs.c.

Referenced by FsRegisterDevice().

◆ ReferenceCount

ULONG tagDEVICE::ReferenceCount

Definition at line 40 of file fs.c.

Referenced by FsRegisterDevice().


The documentation for this struct was generated from the following file: