include vmm.inc Begin_VxD_IO_Table TableName |
The Begin_VxD_IO_Table macro 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
Specifies the 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.