CHAILink SDK
Version 1.3
|
typedef void(* NH_OUTPUT_REFRESHPARAMETERDEFINITION)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, CPENDPOINT const *pSource) |
Called to inform that the layout of parameters changed for the specified source.
It is useful to know if an application must refresh its parameter list related to the source.
[in] | hOutput | Handle to the notified output. |
[in] | dwOutputUserData | The user data associated to the output handle during its creation. |
[in] | pSource | Pointer to the destination endpoint that sent the notification |