FsRtlOplockBreakToNone function (ntifs.h)

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

Syntax

NTSTATUS FsRtlOplockBreakToNone(
  POPLOCK                       Oplock,
  PIO_STACK_LOCATION            IrpSp,
  PIRP                          Irp,
  PVOID                         Context,
  POPLOCK_WAIT_COMPLETE_ROUTINE CompletionRoutine,
  POPLOCK_FS_PREPOST_IRP        PostIrpRoutine
);

Parameters

Oplock

Reserved.

IrpSp

Reserved.

Irp

Reserved.

Context

Reserved.

CompletionRoutine

Reserved.

PostIrpRoutine

Reserved.

Return value

Reserved.

Requirements

Requirement Value
Target Platform Windows
Header ntifs.h (include Ntifs.h)