Assert_VM_Handle

include debug.inc

Assert_VM_Handle VM


The Assert_VM_Handle macro determines whether the specified virtual machine handle is valid.

This macro is only available in the debugging version of Windows.

Parameters

VM

Specifies the virtual machine handle to check.

Return Value

This macro has no return value.

Comments

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

This macro does not generate code unless the DEBUG symbol is defined. If the macro generates code, the code calls the Debug_Test_Valid_Handle service.

See Also

Debug_Test_Valid_Handle