Jungo WinDriver
Official Documentation
|
void __cdecl KP_PCI_IntDisable | ( | PVOID | pIntContext | ) |
Called when WDC_IntDisable() / WD_IntDisable() is called from the user mode for interrupts that were enabled in the Kernel PlugIn.
WD_IntDisable() is called automatically from WDC_IntDisable() and InterruptDisable() (see WinDriver PCI Low-Level API Reference).
This function should free any memory that was allocated in KP_IntEnable.
[in] | pIntContext | Interrupt context data that was set by KP_IntEnable() |