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_Service_Table
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
End_Service_Table DeviceName, DefSegment
 
The End_Service_Table macro marks the end of the service table for a virtual
machine. This macro is used in conjunction with the Begin_Service_Table
macro to create a service table.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
DeviceName  Specifies the name of the virtual device. This name must be the
            same as specified by the corresponding Begin_Service_Table
            macro.
 
DefSegment  Specifies the name of the data segment to place the table. This
            parameter is optional. If given, it must be the same as
            specified by the corresponding Begin_Service_Table macro.
 
Return Value
 
This macro has no return value.
 
See Also
 
Begin_Service_Table