Debug_Test_Valid_Handle

include vmm.inc

mov     ebx, VM       ; VM handle to validate
VMMCall Debug_Test_Valid_Handle
 

Determines whether the specified virtual machine handle is valid. This is an asynchronous service.

VM
Specifies the virtual machine handle to check.

Do not call this service directly. Use the Assert_VM_Handle macro instead.

This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.

See Also

Assert_VM_Handle