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_Control_Dispatch
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
End_Control_Dispatch DeviceName
 
The End_Control_Dispatch macro marks the end of a dispatch table for a
virtual device. This macro is used in conjunction with the Control_Dispatch
and Begin_Control_Dispatch macros to build the table.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
DeviceName  Specifies the name of the virtual device. This name must have
            been used with the Begin_Control_Dispatch macro that started the
            table.
 
Return Value
 
This macro has no return value.
 
See Also
 
Begin_Control_Dispatch, Control_Dispatch