ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <iotypes.h>
Public Attributes | |
ULONG | SizeOfFsFilterCallbackData |
UCHAR | Operation |
UCHAR | Reserved |
struct _DEVICE_OBJECT * | DeviceObject |
struct _FILE_OBJECT * | FileObject |
FS_FILTER_PARAMETERS | Parameters |
struct _DEVICE_OBJECT* _FS_FILTER_CALLBACK_DATA::DeviceObject |
Definition at line 7409 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
struct _FILE_OBJECT* _FS_FILTER_CALLBACK_DATA::FileObject |
Definition at line 7410 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
UCHAR _FS_FILTER_CALLBACK_DATA::Operation |
Definition at line 7407 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
FS_FILTER_PARAMETERS _FS_FILTER_CALLBACK_DATA::Parameters |
Definition at line 7411 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
ULONG _FS_FILTER_CALLBACK_DATA::SizeOfFsFilterCallbackData |
Definition at line 7406 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().