include vmm.inc mov ebx, VMHandle mov edx, Flags mov eax, VM_Not_Executeable2 VMMcall System_Control
Similar to VM_Not_Executeable, except that VM_Not_Executeable2 is sent only to virtual devices marked version 4.0 and it is sent in reverse device initialization order. VM_Not_Executeable2 is sent immediately after VM_Not_Executeable.
See also VM_Not_Executeable, VM_Terminate