CHAILink SDK
Version 1.3
|
typedef void(* NH_PIPE_TEXTMESSAGE)(CPHOBJECT const hPipe, CPUINT32 const dwPipeUserData, CPTEXTMSG const *const pText, CPENDPOINT const *const pPeer) |
Called on text message reception.
[in] | hPipe | Handle to the notified pipe. |
[in] | dwPipeUserData | The user data associated to the pipe handle during its creation. |
[in] | pText | Pointer to the text message (see CPTEXTMSG structure in CLCm_Define.h) This message should be manipulated with the TextMessage_* functions |
[in] | pPeer | Pointer to the message's source |