KsRemoveSpecificIrpFromCancelableQueue function (ks.h)

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.

Syntax

KSDDKAPI VOID KsRemoveSpecificIrpFromCancelableQueue(
  [in] PIRP Irp
);

Parameters

[in] Irp

Points to I/O request packet.

Return value

None

Requirements

Requirement Value
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib