VMD_Enable_Disable_Mouse_Events


include vmd.inc

mov     eax, Enable_Flag
mov     ebx, VMHandle
VxDcall VMD_Enable_Disable_Mouse_Events

Enables or disables mouse events for the given virtual machine.

Enable_Flag

Flag that, if TRUE, enables mouse events and, if FALSE, disables them.

VMHandle

Handle of the virtual machine.