ReactOS 0.4.16-dev-942-g91fadeb
|
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 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 FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
PVOID _LOCK_SHARED_RANGE::ProcessId |
Definition at line 50 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
LARGE_INTEGER _LOCK_SHARED_RANGE::Start |
Definition at line 48 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().