Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Debug_Test_Cur_VM
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ebx, VM         ; VM handle to check
VMMcall Debug_Test_Cur_VM
 
The Debug_Test_Cur_VM service determines whether the specified virtual
machine is also the current virtual machine. The service crashes the current
virtual machine if the VM parameter does not identify the current virtual
machine handle.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
VM         Specifies a handle identifying the virtual machine to check.
 
Return Value
 
This service has no return value.
 
Comments
 
This service does not return is the handle is not valid.
 
See Also
 
Crash_Cur_VM