Validate_VM_Handle

include vmm.inc

mov     ebx, VM             ; VM handle to test
VMMCall Validate_VM_Handle

jc      not_valid           ; carry flag set if VM handle not valid

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

VM
Virtual machine handle to test.

See Also

Test_Cur_VM_Handle, Test_Sys_VM_Handle