// 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 referenceNo description available.
The FsRtlOplockBreakToNone routine is obsolete, but is exported to support existing driver binaries. Use FsRtlOplockBreakToNoneEx instead.
OplockReserved.
IrpSpReserved.
IrpReserved.
ContextReserved.
CompletionRoutineReserved.
PostIrpRoutineReserved.
Reserved.