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

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

Parameters
[in]hPipeHandle to the notified pipe.
[in]dwPipeUserDataThe user data associated to the pipe handle during its creation.
Remarks
This notification is activated by using Pipe_RegisterNotificationHandler.