VAPIM_SETCURSOR

Sets the viewing engine cursor.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_SETCURSOR, 0L,
           (LPARAM) (HCURSOR) hCursor );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.
hCursor The handle of the new cursor.

Returns

SendMessage() returns the handle of the active cursor (HCURSOR); or NULL on error.

Discussion

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.