CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_ErrorCode Input_ActivateMessageTimestamp ( CPHOBJECT const  hInput,
CPBOOLEAN const  fTimestamp 
)

Activate or deactivate timestamps in the message reception additional message informations (See notifications NH_INPUT_MESSAGE, NH_INPUT_EVENTMESSAGE, ...). Default is FALSE.

Parameters
[in]hInputInput handle
[in]fTimestampactivate/deactivate the timestamp reception.
Returns
Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
Remarks
To use this feature, you may have to increase the CLMSG_MESSAGESIZE default size.
Warning
This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.