Jungo WinDriver
Official Documentation
|
BOOL __cdecl KP_PCI_IntAtIrqlMSI | ( | PVOID | pIntContext, |
ULONG | dwLastMessage, | ||
DWORD | dwReserved | ||
) |
High-priority Message-Signaled Interrupts (MSI) / Extended Message-Signaled Interrupts (MSI-X) handler routine, which is run at high interrupt request level.
This function is called upon the arrival of an MSI/MSI-X that has been enabled using a Kernel PlugIn — 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_IntAtDpcMSI() (if executed) and KP_IntDisable() |
[in] | dwLastMessage | The message data for the last received interrupt. @param [in] dwReserved: Reserved for future use. Do not use this parameter. |