|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fltmgr.h>

Public Attributes | |
| PDRIVER_OBJECT | DriverObject |
| PDEVICE_OBJECT | DeviceObject |
| UNICODE_STRING | ServiceKey |
| PDEVICE_OBJECT | CommsDeviceObject |
| PFAST_IO_DISPATCH | FastIoDispatch |
| FAST_MUTEX | FilterAttachLock |
| PDEVICE_OBJECT _DRIVER_DATA::CommsDeviceObject |
| PDEVICE_OBJECT _DRIVER_DATA::DeviceObject |
Definition at line 32 of file fltmgr.h.
Referenced by CODE_SEG(), FltpCreate(), FltpDeviceControl(), FltpDispatch(), and FltpFsControl().
| PDRIVER_OBJECT _DRIVER_DATA::DriverObject |
Definition at line 31 of file fltmgr.h.
Referenced by CODE_SEG(), FltpAttachToFileSystemDevice(), FltpCreate(), FltpDetachFromFileSystemDevice(), FltpDispatch(), FltpEnumerateFileSystemVolumes(), and FltpIsAttachedToDevice().
| PFAST_IO_DISPATCH _DRIVER_DATA::FastIoDispatch |
Definition at line 37 of file fltmgr.h.
Referenced by CODE_SEG(), and SetupDispatchAndCallbacksTables().
| FAST_MUTEX _DRIVER_DATA::FilterAttachLock |
Definition at line 39 of file fltmgr.h.
Referenced by CODE_SEG(), and FltpEnumerateFileSystemVolumes().
| UNICODE_STRING _DRIVER_DATA::ServiceKey |
Definition at line 33 of file fltmgr.h.
Referenced by CODE_SEG().