Jungo WinDriver  
Official Documentation

◆ KP_PCI_IntDisable()

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.

Parameters
[in]pIntContextInterrupt context data that was set by KP_IntEnable()

Definition at line 456 of file kp_pci.c.