Jungo WinDriver
Official Documentation
|
DWORD __cdecl KP_PCI_IntAtDpcMSI | ( | PVOID | pIntContext, |
DWORD | dwCount, | ||
ULONG | dwLastMessage, | ||
DWORD | dwReserved | ||
) |
Deferred processing Message-Signaled Interrupts (MSI) / Extended Message-Signaled Interrupts (MSI-X) handler routine.
This function is called once the high-priority MSI/MSI-X handling is completed, provided that KP_IntAtIrqlMSI [B.8.10] returned TRUE.
[in,out] | pIntContext | Interrupt context data that was set by KP_IntEnable(), passed to KP_IntAtIrqlMSI(), and will be passed to KP_IntDisable(). |
[in] | dwCount | The number of times KP_IntAtIrqlMSI() returned TRUE since the last DPC call. If dwCount is 1, KP_IntAtIrqlMSI() requested a DPC only once since the last DPC call. If the value is greater than 1, KP_IntAtIrqlMSI() has already requested a DPC a few times, but the interval was too short, therefore KP_IntAtDpcMSI() was not called for each DPC request. |
[in] | dwLastMessage | The message data for the last received interrupt. |
[in] | dwReserved | Reserved for future use. Do not use this parameter. |