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

Parameters
[in]hOutputHandle to the notified output.
[in]dwOutputUserDataThe user data associated to the output handle during its creation.
[in]pSourcePointer to the destination endpoint that sent the notification
Remarks
This notification is activated by using Output_RegisterNotificationHandler.