CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Remarks
It's up to the application to decide if it's relevant to notify a value change using Parameter_DeclareParameterChanged
Parameters
[in]hInputHandle to the notified input.
[in]dwInputUserDataThe user data associated to the input handle during its creation.
[in]hParameterHandle to the related parameter
[in]dwParameterUserDataThe user data associated to the parameter handle during its creation.
[in]pTextPointer to the Text message