◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc mov ebx, VM ; VM handle mov edx, Port ; I/O port number VMMcall Disable_Local_Trapping The Disable_Local_Trapping service disables I/O port trapping for the specified I/O port. This applies only to the specified virtual machine. This service must not be used unless an I/O callback procedure has been installed for the given port using the Install_IO_Handler or Install_Mult_IO_Handlers service during initialization. Parameter Description ──────────────────────────────────────────────────────────────────────────── VM Specifies a handle identifying the virtual machine for which to disable I/O trapping. Port Specifies the number of the I/O port for which trapping is disabled. Return Value This service has no return value. Uses Flags See Also Enable_Local_Trapping, Install_IO_Handler, Install_Mult_IO_Handlers ♦