End_Service_Table


include vmm.inc

End_Service_Table DeviceName, DefSegment

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.

DeviceName

Name of the virtual device. This name must be the same as specified by the corresponding Begin_Service_Table macro.

DefSegment

Not used by Windows95 VxDs and should be omitted. This parameter exists for compatibility with Windows 3.1 VxDs.

See also Begin_Service_Table