KsRemoveSpecificIrpFromCancelableQueue - NtDoc

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

KSDDKAPI VOID KsRemoveSpecificIrpFromCancelableQueue(
  [in] PIRP Irp
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksremovespecificirpfromcancelablequeue)

KsRemoveSpecificIrpFromCancelableQueue function

Description

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.

Parameters

Irp [in]

Points to I/O request packet.

Return value

None