Set cursor position and type.
- Parameters
-
[in] | hSharedDisplayClient | Shared display client local device handle |
[in] | wX | Horizontal position |
[in] | wY | Vertical position |
[in] | keyType | Set cursor type (see SharedDisplayCursorTypes enumeration in CLC_Enums.h) |
- 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.