ReactOS 0.4.15-dev-7918-g2a2556c
_FLTMGR_DEVICE_EXTENSION Struct Reference

#include <fltmgr.h>

Collaboration diagram for _FLTMGR_DEVICE_EXTENSION:

Public Attributes

PDEVICE_OBJECT AttachedToDeviceObject
 
PDEVICE_OBJECT StorageStackDeviceObject
 
UNICODE_STRING DeviceName
 
WCHAR DeviceNameBuffer [MAX_DEVNAME_LENGTH]
 

Detailed Description

Definition at line 43 of file fltmgr.h.

Member Data Documentation

◆ AttachedToDeviceObject

◆ DeviceName

UNICODE_STRING _FLTMGR_DEVICE_EXTENSION::DeviceName

◆ DeviceNameBuffer

WCHAR _FLTMGR_DEVICE_EXTENSION::DeviceNameBuffer[MAX_DEVNAME_LENGTH]

Definition at line 54 of file fltmgr.h.

Referenced by FltpAttachToFileSystemDevice(), and FltpEnumerateFileSystemVolumes().

◆ StorageStackDeviceObject

PDEVICE_OBJECT _FLTMGR_DEVICE_EXTENSION::StorageStackDeviceObject

Definition at line 49 of file fltmgr.h.

Referenced by FltpEnumerateFileSystemVolumes().


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