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

Called on event message reception.

Parameters
[in]hInputHandle to the notified input.
[in]pEventPointer to the Event Message (see CPEVENTMSG structure in CLCm_Define.h) This message should be manipulated with the EventMessage_* 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.