ReactOS 0.4.15-dev-7842-g558ab78
tagDEVICE Struct Reference
Collaboration diagram for tagDEVICE:

Public Attributes

LIST_ENTRY ListEntry
 
const DEVVTBLFuncTable
 
CHARPrefix
 
ULONG DeviceId
 
ULONG ReferenceCount
 

Detailed Description

Definition at line 42 of file fs.c.

Member Data Documentation

◆ DeviceId

ULONG tagDEVICE::DeviceId

Definition at line 47 of file fs.c.

◆ FuncTable

const DEVVTBL* tagDEVICE::FuncTable

Definition at line 45 of file fs.c.

Referenced by FsRegisterDevice().

◆ ListEntry

LIST_ENTRY tagDEVICE::ListEntry

Definition at line 44 of file fs.c.

Referenced by FsRegisterDevice().

◆ Prefix

CHAR* tagDEVICE::Prefix

Definition at line 46 of file fs.c.

Referenced by FsRegisterDevice().

◆ ReferenceCount

ULONG tagDEVICE::ReferenceCount

Definition at line 48 of file fs.c.

Referenced by FsRegisterDevice().


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