|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 7412 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
| struct _FILE_OBJECT* _FS_FILTER_CALLBACK_DATA::FileObject |
Definition at line 7413 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
| UCHAR _FS_FILTER_CALLBACK_DATA::Operation |
Definition at line 7410 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
| FS_FILTER_PARAMETERS _FS_FILTER_CALLBACK_DATA::Parameters |
Definition at line 7414 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().
| ULONG _FS_FILTER_CALLBACK_DATA::SizeOfFsFilterCallbackData |
Definition at line 7409 of file iotypes.h.
Referenced by FsRtlAcquireFileExclusiveCommon().