ReactOS 0.4.15-dev-7953-g1f49173
_DRIVER_DATA Struct Reference

#include <fltmgr.h>

Collaboration diagram for _DRIVER_DATA:

Public Attributes

PDRIVER_OBJECT DriverObject
 
PDEVICE_OBJECT DeviceObject
 
UNICODE_STRING ServiceKey
 
PDEVICE_OBJECT CommsDeviceObject
 
PFAST_IO_DISPATCH FastIoDispatch
 
FAST_MUTEX FilterAttachLock
 

Detailed Description

Definition at line 29 of file fltmgr.h.

Member Data Documentation

◆ CommsDeviceObject

PDEVICE_OBJECT _DRIVER_DATA::CommsDeviceObject

Definition at line 35 of file fltmgr.h.

◆ DeviceObject

PDEVICE_OBJECT _DRIVER_DATA::DeviceObject

Definition at line 32 of file fltmgr.h.

Referenced by CODE_SEG(), FltpCreate(), FltpDeviceControl(), FltpDispatch(), and FltpFsControl().

◆ DriverObject

◆ FastIoDispatch

PFAST_IO_DISPATCH _DRIVER_DATA::FastIoDispatch

Definition at line 37 of file fltmgr.h.

Referenced by CODE_SEG(), and SetupDispatchAndCallbacksTables().

◆ FilterAttachLock

FAST_MUTEX _DRIVER_DATA::FilterAttachLock

Definition at line 39 of file fltmgr.h.

Referenced by CODE_SEG(), and FltpEnumerateFileSystemVolumes().

◆ ServiceKey

UNICODE_STRING _DRIVER_DATA::ServiceKey

Definition at line 33 of file fltmgr.h.

Referenced by CODE_SEG().


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