ReactOS 0.4.15-dev-7918-g2a2556c
_FS_FILTER_CALLBACK_DATA Struct Reference

#include <iotypes.h>

Collaboration diagram for _FS_FILTER_CALLBACK_DATA:

Public Attributes

ULONG SizeOfFsFilterCallbackData
 
UCHAR Operation
 
UCHAR Reserved
 
struct _DEVICE_OBJECTDeviceObject
 
struct _FILE_OBJECT * FileObject
 
FS_FILTER_PARAMETERS Parameters
 

Detailed Description

Definition at line 7405 of file iotypes.h.

Member Data Documentation

◆ DeviceObject

struct _DEVICE_OBJECT* _FS_FILTER_CALLBACK_DATA::DeviceObject

Definition at line 7409 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().

◆ FileObject

struct _FILE_OBJECT* _FS_FILTER_CALLBACK_DATA::FileObject

Definition at line 7410 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().

◆ Operation

UCHAR _FS_FILTER_CALLBACK_DATA::Operation

Definition at line 7407 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().

◆ Parameters

FS_FILTER_PARAMETERS _FS_FILTER_CALLBACK_DATA::Parameters

Definition at line 7411 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().

◆ Reserved

UCHAR _FS_FILTER_CALLBACK_DATA::Reserved

Definition at line 7408 of file iotypes.h.

◆ SizeOfFsFilterCallbackData

ULONG _FS_FILTER_CALLBACK_DATA::SizeOfFsFilterCallbackData

Definition at line 7406 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().


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