Sets the viewing engine cursor.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_SETCURSOR, 0L, (LPARAM) (HCURSOR) hCursor );
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
hCursor
|
The handle of the new cursor. |
SendMessage()
returns the handle of the active cursor (HCURSOR
); or NULL
on error.
After sending this message to change the cursor, it is assumed you will send another message to change the cursor back to its original shape.
_FT_HTML5_bannerTitle.htm