This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
Move from our own managed Cancel IRP routine to Cancel-safe IRP Queues #7
Labels
enhancement
New feature or request
Milestone
We implement and manage our own Cancel IRP routine. However, since Windows XP, this can be replaced and more easily managed by cancel-safe IRP queues.
Evaluate and possibly move to Cancel-Safe IRP Queues instead of our own cancel routine. Cancel-Safe IRP Queues are natively available since Windows XP. If we still want to support Windows 2000, we need to explicitly link againt the Csq.lib library that is included in the Windows Driver Kit (WDK).
See: https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/cancel-safe-irp-queues
The text was updated successfully, but these errors were encountered: