CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_OUTPUT_DATACONSUMED)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData)

This is called on reception of DataConsumed from the target side.

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