include vmm.inc mov edi, OFFSET32 VxD_IO_Table VMMCall Remove_Mult_IO_Handlers
Repeatedly calls the Remove_IO_Handler service for each entry in the VxD_IO_Table, removing the specified IO handlers. Uses flags.
VxD_IO_Table
A table of IO port numbers and associated procedure names. This table should have the following format:
Begin_Vxd_IO_Table Table_Name Vxd_IO <port #>,<procedure name> ... Vxd_IO <port #>,<procedure name> Vxd_IO <port #>,<procedure name> End_Vxd_IO_Table Table_Name