FILE_LOCK_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _FILE_LOCK_INFO {
  LARGE_INTEGER StartingByte;
  LARGE_INTEGER Length;
  BOOLEAN       ExclusiveLock;
  ULONG         Key;
  PFILE_OBJECT  FileObject;
  PVOID         ProcessId;
  LARGE_INTEGER EndingByte;
} FILE_LOCK_INFO;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-file_lock_info)

Description

The FILE_LOCK_INFO structure is reserved for system use.

Members

StartingByte

Reserved for system use.

Length

Reserved for system use.

ExclusiveLock

Reserved for system use.

Key

Reserved for system use.

FileObject

Reserved for system use.

ProcessId

Reserved for system use.

EndingByte

Reserved for system use.

See also

FILE_LOCK