CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_INPUT_TEXTMESSAGE)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPTEXTMSG const *const pText, CPENDPOINT const *const pSource, CPTIMESTAMPINFO const *const pTimeStamp)

Called on text message reception.

Parameters
[in]hInputHandle to the notified input.
[in]dwInputUserDataThe user data associated to the input 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]pSourcePointer to the message's source
[in]pTimeStampPointer to a CPTIMESTAMPINFO structure containing the timestamp information if sender has timestamped his message. Only present if Input_ActivateMessageTimestamp has been called for this input, otherwise NULL.
Remarks
This notification is activated by using Input_RegisterNotificationHandler.