VKD_Disable_Keyboard

include vkd.inc

mov     ebx, VMHandle
VxDCall VKD_Disable_Keyboard

Masks IRQ 1, sends a disable command to the keyboard, and disables trapping of ports 60h and 64h. This service is mainly for use by the virtual mouse device while it is initializing PS/2 style mice. Uses EAX, EDX, and Flags.

VMHandle
Handle of the virtual machine.

See Also

VKD_Enable_Keyboard