CursorProc

include vmd.inc
 
mov     eax, FunctionNumber
mov     ebx, VMHandle
.
. ;use other registers as needed
.
Call    CursorProc
 

Serves as the entry point for functions provided by a cursor VxD. VMOUSE calls this entry point to control the the cursor's position and appearance and to retrieve information about the cursor. The name of the entry point is programmer defined.

FunctionNumber
One of the following functions:
GETDISPLAYMODEINFO SETCONDITIONALREGION
MOVECURSOR SETCURSORTRAIL
QUERYDISPLAYMODE SETDISPLAYMODE
REMOVECURSOR SETDISPLAYPAGE
RESETCURSORDRIVER SETGRAPHICSCURSOR
SAVERESTORESTATE SETTEXTCURSOR

VMHandle
Handle of the current virtual machine.

See Also

GETDISPLAYMODEINFO, MOVECURSOR, QUERYDISPLAYMODE, REMOVECURSOR, RESETCURSORDRIVER, SAVERESTORESTATE, SETCONDITIONALREGION, SETCURSORTRAIL, SETDISPLAYMODE, SETDISPLAYPAGE, SETGRAPHICSCURSOR, SETTEXTCURSOR