Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDS_IpcUidUnicast | ( | _In_ DWORD | dwRecipientUID, |
_In_ DWORD | dwMsgID, | ||
_In_ UINT64 | qwMsgData | ||
) |
Sends a message to a specific process with WinDriver IPC unique ID.
[in] | dwRecipientUID | WinDriver IPC unique ID that should identify one of your user application. The reciepient UID can be obtained from the result of WDS_IpcScanProcs() or the sender ID as received in the callback registered in WDS_IpcRegister() |
[in] | dwMsgID | A 32 bit unique number defined by the user application. This number should be known to all user-applications that work under WinDriver IPC and share the same group ID |
[in] | qwMsgData | Optional - 64 bit additional data from the sending user-application |