include vmm.inc End_Control_Dispatch DeviceName
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
Name of the virtual device. This name must have been used with the Begin_Control_Dispatch macro that started the table.
See also Begin_Control_Dispatch, Control_Dispatch