Jungo WinDriver  
Official Documentation

◆ IPC_MSG_RX_HANDLER

typedef void(* IPC_MSG_RX_HANDLER) (_In_ WDS_IPC_MSG_RX *pIpcRxMsg, _In_ void *pData)

WinDriver IPC message handler callback.

Parameters
[in]pIpcRxMsgPointer to the received IPC message
[in]pDataApplication specific data opaque as passed to WDS_IpcRegister()
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise

Definition at line 67 of file wds_lib.h.