CHAILink SDK
Version 1.3
|
typedef void(* NH_VMIDILINKIN_SELECTORMESSAGE)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT8 const bChannel, CPSELECTORMSG const *const pSelector) |
Called on selector 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] | pSelector | Pointer to the Selector Message (see CPSELECTORMSG structure in CLCm_Define.h) This message should be manipulated with the SelectorMessage_* functions |