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.
DeviceName
Specifies the name of the virtual device. This name must have been used with the Begin_Control_Dispatch macro that started the table.
This macro has no return value.