ReactOS 0.4.16-dev-1946-g52006dd
_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

◆ 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

◆ ProcessId

PVOID _LOCK_SHARED_RANGE::ProcessId

◆ Start

LARGE_INTEGER _LOCK_SHARED_RANGE::Start

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