Debug_Test_Cur_VM

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.

Parameters

VM

Specifies a handle identifying the virtual machine to check.

Return Value

This service has no return value.

Comments

This service does not return if the handle is not valid.

See Also

Crash_Cur_VM