CHAILink SDK
Version 1.3
|
typedef void(* NH_VMIDILINKIN_MODIFIERMESSAGE)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT8 const bChannel, CPMODIFIERMSG const *const pModifier) |
Called on modifier message reception.
[in] | hLocalDevice | Handle to the notified device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | bChannel | The channel receiving the message |
[in] | pModifier | Pointer to the Modifier Message (see CPMODIFIERMSG structure in CLCm_Define.h) This message should be manipulated with the ModifierMessage_* functions |