Jungo WinDriver  
Official Documentation

◆ WD_SharedIntEnable

#define WD_SharedIntEnable (   h,
  pIpcRegister 
)
Value:
#define FALSE
Definition: kpstdlib.h:260
#define WD_FUNCTION
Definition: windrvr.h:1838
#define IOCTL_WD_IPC_SHARED_INT_ENABLE
Definition: windrvr.h:1663

Enables the shared interrupts mechanism of WinDriver.

If the mechanism is already enabled globally (for all processes) then the mechanism is also enabled for the current process.

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open()
[in]pIpcRegisterPointer to the IPC information struct
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
Remarks
This function is currently only supported from the user mode. This function is supported only for Windows and Linux.

Definition at line 2331 of file windrvr.h.