include vmm.inc Begin_VxD_IO_Table TableName
Marks the beginning of an I/O table. Virtual devices use the macro in conjunction with the End_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 table. This parameter can be used in subsequent calls to the Install_Mult_IO_Handlers to specify the address of the table.
See also Install_Mult_IO_Handlers, End_VxD_IO_Table, VxD_IO