Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
End_VxD_IO_Table
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
TableName  Specifies the 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