Called on message reception other than Event, Modifier, Text, Selector and MidiSysEx. Actually only Data Transfer Message are handled this way.
- Parameters
-
[in] | hPipe | Handle to the notified pipe. |
[in] | dwPipeUserData | The user data associated to the pipe handle during its creation. |
[in] | hMessage | Handle to the message. This handle is only valid during notification. If application needs to keep this handle it must acquire it with HookedObject_Acquire and release it with HookedObject_Release when it is no longer used. |
[in] | messageType | The message type. See ObjectTypes enumeration in CLC_Enums.h |
[in] | pPeer | Pointer to the message's source |