ReactOS 0.4.15-dev-7942-gd23573b
_FILTER_DEV_EXTENSION Struct Reference

#include <struct.h>

Collaboration diagram for _FILTER_DEV_EXTENSION:

Public Attributes

UDFIdentifier NodeIdentifier
 
PFILE_OBJECT fileObject
 
PDEVICE_OBJECT lowerFSDeviceObject
 

Detailed Description

Definition at line 347 of file struct.h.

Member Data Documentation

◆ fileObject

PFILE_OBJECT _FILTER_DEV_EXTENSION::fileObject

Definition at line 349 of file struct.h.

◆ lowerFSDeviceObject

PDEVICE_OBJECT _FILTER_DEV_EXTENSION::lowerFSDeviceObject

Definition at line 350 of file struct.h.

Referenced by UDFCheckOtherFS(), and UDFMountVolume().

◆ NodeIdentifier

UDFIdentifier _FILTER_DEV_EXTENSION::NodeIdentifier

Definition at line 348 of file struct.h.

Referenced by UDFCheckOtherFS(), and UDFMountVolume().


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