FsRtlOplockBreakToNone - NtDoc

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

NTSTATUS FsRtlOplockBreakToNone(
  POPLOCK                       Oplock,
  PIO_STACK_LOCATION            IrpSp,
  PIRP                          Irp,
  PVOID                         Context,
  POPLOCK_WAIT_COMPLETE_ROUTINE CompletionRoutine,
  POPLOCK_FS_PREPOST_IRP        PostIrpRoutine
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FsRtlOplockBreakToNone function

Description

The FsRtlOplockBreakToNone routine is obsolete, but is exported to support existing driver binaries. Use FsRtlOplockBreakToNoneEx instead.

Parameters

Oplock

Reserved.

IrpSp

Reserved.

Irp

Reserved.

Context

Reserved.

CompletionRoutine

Reserved.

PostIrpRoutine

Reserved.

Return value

Reserved.