VMD_Call_Cursor_Proc


include vmd.inc

mov     eax, FunctionIndex
mov     ebx, VMHandle
VxDcall VMD_Call_Cursor_Proc
jc      errorhandler

Calls the cursor-drawing callback function registered by a cursor VxD. Uses EAX and Flags.

FunctionIndex

Index of the function that the cursor-drawing callback functions is to execute. It can be one of these values:

GETDISPLAYMODEINFO

SETCONDITIONALREGION

MOVECURSOR

SETCURSORTRAIL

QUERYDISPLAYMODE

SETDISPLAYMODE

QUERYMEMORYUNDERCURSOR

SETDISPLAYPAGE

REMOVECURSOR

SETGRAPHICSCURSOR

RESETCURSORDRIVER

SETTEXTCURSOR

SAVERESTORESTATE


For more information about the cursor-drawing callback function, see .

VMHandle

Handle of the virtual machine.