CHAILink SDK
Version 1.3
|
typedef void(* NH_VMIDILINKOUT_STATUSCHANGE)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPBOOLEAN const fConnected) |
This is called when the connection status changed.
[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] | fConnected | The new connection status. TRUE if the VMIDILink is connected. |