IRsChangableCursor Interface Reference
Inherits IUnknown.
List of all members.
|
Public Member Functions |
| HRESULT | SetCursor ([in] RtHandle hCursor) |
Detailed Description
Interface for views that contain possibility to change cursor by tools. Note, that all methods from this interface must be called from interface thread.
Member Function Documentation
| HRESULT IRsChangableCursor::SetCursor |
( |
[in] RtHandle |
hCursor |
) |
|
Set cursor for a window.
- Parameters:
-
| hCursor | cursor handle to set. |
- Returns:
- S_OK on success.
Error code otherwise.