CHAILink SDK
Version 1.3
|
typedef void(* NH_INPUTPARAM_ONTEXTUPDATE)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPHOBJECT const hParameter, CPUINT32 const dwParameterUserData, CPTEXTMSG const *const pText) |
A Text message related to this Parameter has been received.
[in] | hInput | Handle to the notified input. |
[in] | dwInputUserData | The user data associated to the input handle during its creation. |
[in] | hParameter | Handle to the related parameter |
[in] | dwParameterUserData | The user data associated to the parameter handle during its creation. |
[in] | pText | Pointer to the Text message |