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

Called on selector message reception.

Parameters
[in]hInputHandle to the notified input.
[in]dwInputUserDataThe user data associated to the input handle during its creation.
[in]pSelectorPointer to the Selector Message (see CPSELECTORMSG structure in CLCm_Define.h) This message should be manipulated with the SelectorMessage_* 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.