CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_ErrorCode SharedDisplay_SendKey ( CPHOBJECT const  hSharedDisplay,
SharedDisplayKeyTypes const  type,
CPCHAR8 const *const  strFromKeyboard 
)

Send key or string to the connected client if any.

Parameters
[in]hSharedDisplayHandle to the shared display local device.
[in]typeThe shared display key types (see SharedDisplayKeyTypes enumeration in CLC_Enums.h)
[in]strFromKeyboardPointer to the typed string.
Returns
Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
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.