Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDS_IpcSubGroupMulticast | ( | _In_ DWORD | dwRecipientSubGroupID, |
_In_ DWORD | dwMsgID, | ||
_In_ UINT64 | qwMsgData | ||
) |
Sends a message to all processes that registered with the same sub-group ID.
[in] | dwRecipientSubGroupID | Recipient sub-group ID that should identify your user application type in case you have several types that may work simultaneously. |
[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 |