Jungo WinDriver  
Official Documentation

◆ KP_FUNC_INT_ENABLE

typedef BOOL(__cdecl * KP_FUNC_INT_ENABLE) (PVOID pDrvContext, WD_KERNEL_PLUGIN_CALL *kpCall, PVOID *ppIntContext)

Called when WD_IntEnable() is called, with a kernel plugin handler specified the pIntContext will be passed to the rest of the functions handling interrupts.

Returns TRUE if enable is successful

Definition at line 28 of file wd_kp.h.