End_Control_Dispatch

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.

Parameters

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