9.1.2 Basic DpcForIsr Requirements

On entry, the DpcForIsr is given pointers to the current IRP, target device object, and context information, as shown by the declaration, which were passed in the ISR’s call to IoRequestDpc.

A DpcForIsr routine is responsible, in general, for the following:

For more detailed information about the functionality of DpcForIsr routines, see also Section 9.2