// ks.h
KSDDKAPI VOID KsRemoveSpecificIrpFromCancelableQueue(
[in] PIRP Irp
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsRemoveSpecificIrpFromCancelableQueue function removes the specified IRP from the specified queue. This is performed on an IRP that was previously acquired using KsRemoveIrpFromCancelableQueue, but that was not actually removed from the queue.
Irp [in]Points to I/O request packet.
None