include vmm.inc End_VxD_IO_Table TableName |
The End_VxD_IO_Table macro marks the end of an I/O table. Virtual devices use the macro in conjunction with the Begin_VxD_IO_Table and VxD_IO macros to create a table of I/O callback procedures for the Install_Mult_IO_Handlers service.
TableName
Specifies the name of the I/O table. This parameter must have been previously defined in a matching Begin_VxD_IO_Table macro.
This macro has no return value.