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

Public Attributes

ULONG DeviceId
 Parent device's ID.
 
ULONG ReferenceCount
 
const DEVVTBLFuncTable
 
PVOID Specific
 

Detailed Description

Definition at line 43 of file fs.c.

Member Data Documentation

◆ DeviceId

ULONG tagFILEDATA::DeviceId

Parent device's ID.

Definition at line 45 of file fs.c.

Referenced by ArcClose(), ArcOpen(), and FsGetDeviceId().

◆ FuncTable

const DEVVTBL* tagFILEDATA::FuncTable

Definition at line 47 of file fs.c.

Referenced by ArcClose(), ArcGetFileInformation(), ArcOpen(), ArcRead(), ArcSeek(), and FsGetServiceName().

◆ ReferenceCount

ULONG tagFILEDATA::ReferenceCount

Definition at line 46 of file fs.c.

Referenced by ArcOpen().

◆ Specific

PVOID tagFILEDATA::Specific

Definition at line 48 of file fs.c.

Referenced by ArcClose(), ArcOpen(), FsGetDeviceSpecific(), and FsSetDeviceSpecific().


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