Jungo WinDriver
Official Documentation
|
DWORD __cdecl KP_PCI_IntAtDpc | ( | PVOID | pIntContext, |
DWORD | dwCount | ||
) |
Deferred processing legacy interrupt handler routine.
This function is called once the high-priority legacy interrupt handling is completed, provided that KP_IntAtIrql() returned TRUE.
[in,out] | pIntContext | Interrupt context data that was set by KP_IntEnable(), passed to KP_IntAtIrql(), and will be passed to KP_IntDisable(). |
[in] | dwCount | The number of times KP_IntAtIrql() returned TRUE since the last DPC call. If dwCount is 1, KP_IntAtIrql requested a DPC only once since the last DPC call. If the value is greater than 1, KP_IntAtIrql has already requested a DPC a few times, but the interval was too short, therefore KP_IntAtDpc was not called for each DPC request. |