|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | Entry |
| LARGE_INTEGER | Start |
| LARGE_INTEGER | End |
| ULONG | Key |
| PVOID | ProcessId |
Definition at line 45 of file filelock.c.
| LARGE_INTEGER _LOCK_SHARED_RANGE::End |
Definition at line 48 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| LIST_ENTRY _LOCK_SHARED_RANGE::Entry |
Definition at line 47 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and FsRtlUninitializeFileLock().
| ULONG _LOCK_SHARED_RANGE::Key |
Definition at line 49 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| PVOID _LOCK_SHARED_RANGE::ProcessId |
Definition at line 50 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
| LARGE_INTEGER _LOCK_SHARED_RANGE::Start |
Definition at line 48 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), and FsRtlPrivateLock().