FsRtlPrivateLock - NtDoc

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

BOOLEAN FsRtlPrivateLock(
  PFILE_LOCK             FileLock,
  PFILE_OBJECT           FileObject,
  PLARGE_INTEGER         FileOffset,
  PLARGE_INTEGER         Length,
  PEPROCESS              ProcessId,
  ULONG                  Key,
  BOOLEAN                FailImmediately,
  BOOLEAN                ExclusiveLock,
  PIO_STATUS_BLOCK       Iosb,
  PIRP                   Irp,
  __drv_aliasesMem PVOID Context,
  BOOLEAN                AlreadySynchronized
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-_fsrtl_advanced_fcb_header-fsrtlprivatelock)

FsRtlPrivateLock function

Description

The FsRtlPrivateLock routine is obsolete, but is exported to support existing driver binaries. Use FsRtlFastLock instead.

Parameters

FileLock

Reserved.

FileObject

Reserved.

FileOffset

Reserved.

Length

Reserved.

ProcessId

Reserved.

Key

Reserved.

FailImmediately

Reserved.

ExclusiveLock

Reserved.

Iosb

Reserved.

Irp

Reserved.

Context

Reserved.

AlreadySynchronized

Reserved.

Return value

Reserved.