ReactOS 0.4.15-dev-7953-g1f49173
_FILE_LOCK_INFO Struct Reference

#include <fsrtltypes.h>

Collaboration diagram for _FILE_LOCK_INFO:

Public Attributes

LARGE_INTEGER StartingByte
 
LARGE_INTEGER Length
 
BOOLEAN ExclusiveLock
 
ULONG Key
 
PFILE_OBJECT FileObject
 
PVOID ProcessId
 
LARGE_INTEGER EndingByte
 

Detailed Description

Definition at line 187 of file fsrtltypes.h.

Member Data Documentation

◆ EndingByte

◆ ExclusiveLock

BOOLEAN _FILE_LOCK_INFO::ExclusiveLock

Definition at line 190 of file fsrtltypes.h.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ FileObject

PFILE_OBJECT _FILE_LOCK_INFO::FileObject

Definition at line 192 of file fsrtltypes.h.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ Key

ULONG _FILE_LOCK_INFO::Key

Definition at line 191 of file fsrtltypes.h.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ Length

LARGE_INTEGER _FILE_LOCK_INFO::Length

Definition at line 189 of file fsrtltypes.h.

◆ ProcessId

PVOID _FILE_LOCK_INFO::ProcessId

Definition at line 193 of file fsrtltypes.h.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ StartingByte


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