◄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 ♦