// ntifs.h
VOID FsRtlUninitializeOplock(
[in, out] POPLOCK Oplock
);
View the official Windows Driver Kit DDI referenceNo description available.
FsRtlUninitializeOplock uninitializes an opportunistic lock (oplock) pointer.
Oplock [in, out]Opaque opportunistic lock pointer. This pointer must have been initialized by a previous call to FsRtlInitializeOplock.
File systems and filter drivers call FsRtlUninitializeOplock to uninitialize an initialized opportunistic lock (oplock) pointer. The uninitialized oplock pointer can be initialized for reuse by calling FsRtlInitializeOplock.
For detailed information about opportunistic locks, see the Microsoft Windows SDK documentation.
Minifilters should call FltUninitializeOplock instead of FsRtlUninitializeOplock.
FSCTL_OPBATCH_ACK_CLOSE_PENDING
FSCTL_OPLOCK_BREAK_ACKNOWLEDGE