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.
VM
Specifies the virtual machine handle to check.
This macro has no return value.
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.