|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fsrtltypes.h>

Public Attributes | |
| LARGE_INTEGER | StartingByte |
| LARGE_INTEGER | Length |
| BOOLEAN | ExclusiveLock |
| ULONG | Key |
| PFILE_OBJECT | FileObject |
| PVOID | ProcessId |
| LARGE_INTEGER | EndingByte |
Definition at line 187 of file fsrtltypes.h.
| LARGE_INTEGER _FILE_LOCK_INFO::EndingByte |
Definition at line 194 of file fsrtltypes.h.
Referenced by FsRtlCheckLockForReadAccess(), FsRtlCheckLockForWriteAccess(), FsRtlFastCheckLockForRead(), FsRtlFastCheckLockForWrite(), FsRtlFastUnlockSingle(), FsRtlpExpandLockElement(), FsRtlPrivateLock(), and LockPeekNextIrp().
| BOOLEAN _FILE_LOCK_INFO::ExclusiveLock |
Definition at line 190 of file fsrtltypes.h.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| PFILE_OBJECT _FILE_LOCK_INFO::FileObject |
Definition at line 192 of file fsrtltypes.h.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| ULONG _FILE_LOCK_INFO::Key |
Definition at line 191 of file fsrtltypes.h.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| LARGE_INTEGER _FILE_LOCK_INFO::Length |
Definition at line 189 of file fsrtltypes.h.
| PVOID _FILE_LOCK_INFO::ProcessId |
Definition at line 193 of file fsrtltypes.h.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| LARGE_INTEGER _FILE_LOCK_INFO::StartingByte |
Definition at line 188 of file fsrtltypes.h.
Referenced by FsRtlCheckLockForReadAccess(), FsRtlCheckLockForWriteAccess(), FsRtlFastCheckLockForRead(), FsRtlFastCheckLockForWrite(), FsRtlFastUnlockSingle(), FsRtlpExpandLockElement(), FsRtlPrivateLock(), and LockPeekNextIrp().