ReactOS 0.4.15-dev-7918-g2a2556c
_LOCK_SHARED_RANGE Struct Reference
Collaboration diagram for _LOCK_SHARED_RANGE:

Public Attributes

LIST_ENTRY Entry
 
LARGE_INTEGER Start
 
LARGE_INTEGER End
 
ULONG Key
 
PVOID ProcessId
 

Detailed Description

Definition at line 45 of file filelock.c.

Member Data Documentation

◆ End

LARGE_INTEGER _LOCK_SHARED_RANGE::End

Definition at line 48 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ Entry

LIST_ENTRY _LOCK_SHARED_RANGE::Entry

Definition at line 47 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and FsRtlUninitializeFileLock().

◆ Key

ULONG _LOCK_SHARED_RANGE::Key

Definition at line 49 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ ProcessId

PVOID _LOCK_SHARED_RANGE::ProcessId

Definition at line 50 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ Start

LARGE_INTEGER _LOCK_SHARED_RANGE::Start

Definition at line 48 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().


The documentation for this struct was generated from the following file: