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

Called on text message reception.

Parameters
[in]hPipeHandle to the notified pipe.
[in]dwPipeUserDataThe user data associated to the pipe handle during its creation.
[in]pTextPointer to the text message (see CPTEXTMSG structure in CLCm_Define.h) This message should be manipulated with the TextMessage_* functions
[in]pPeerPointer to the message's source
Remarks
This notification is activated by using Pipe_RegisterNotificationHandler.