VMD_Set_Cursor_Proc

include vmd.inc
 
mov     eax, OFFSET32 CursorProcInfo
VxDcall VMD_Set_Cursor_Proc
 

Sets the address of the procedure that draws the cursor. A cursor-drawing VxD uses this service.

CursorProcInfo
Address of a CURSORPROCINFO structure that contains information about the cursor-drawing callback function.

See also CURSORPROCINFO