Jungo WinDriver  
Official Documentation

◆ WD_IpcSend

#define WD_IpcSend (   h,
  pIpcSend 
)     WD_FUNCTION(IOCTL_WD_IPC_SEND, h, pIpcSend, sizeof(WD_IPC_SEND), FALSE)

Sends a message to other processes, depending on the content of the pIpcSend struct.

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open()
[in]pIpcSendPointer to the IPC message info struct
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise

Definition at line 2311 of file windrvr.h.