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

Called on flow control status update.

Parameters
[in]hOutputHandle to the notified output.
[in]dwOutputUserDataThe user data associated to the output handle during its creation.
[in]fReadyTRUE if all destinations are ready to receive.
Warning
CAUTION: sending message from here on another output than pNotifiedObject may cause recursion issue if the sent output ready to send BUT not yet notified!
Remarks
This notification is activated by using Output_RegisterNotificationHandler.