Jungo WinDriver
Official Documentation
|
BOOL __cdecl KP_PCI_IntAtIrql | ( | PVOID | pIntContext, |
BOOL * | pfIsMyInterrupt | ||
) |
High-priority legacy interrupt handler routine, which is run at high interrupt request level.
This function is called upon the arrival of a legacy interrupt that has been enabled using a Kernel PlugIn driver — see the description of WDC_IntEnable() or the low-level InterruptEnable() and WD_IntEnable() functions (see WinDriver PCI Low-Level API Reference).
[in,out] | pIntContext | Pointer to interrupt context data that was set by KP_IntEnable() and will also be passed to KP_IntAtDpc() (if executed) and KP_IntDisable(). |
[out] | pfIsMyInterrupt | Set *pfIsMyInterrupt to TRUE if the interrupt belongs to this driver; otherwise set it to FALSE in order to enable the interrupt service routines of other drivers for the same interrupt to be called. |