Send key or string to the connected client if any.
- Parameters
-
[in] | hSharedDisplay | Handle to the shared display local device. |
[in] | type | The shared display key types (see SharedDisplayKeyTypes enumeration in CLC_Enums.h) |
[in] | strFromKeyboard | Pointer 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.