End_VxD_IO_Table


include vmm.inc

End_VxD_IO_Table TableName

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

Name of the I/O table. This parameter must have been previously defined in a matching Begin_VxD_IO_Table macro.

See also Begin_VxD_IO_Table