Resume_Exec


include vmm.inc

VMMcall Resume_Exec

Executes the current virtual machine immediately. This service may only be called in a nested execution block created using the Begin_Nest_Exec or Begin_Nest_V86_Exec service. Uses Flags

This service can be used any number of times in a nested execution block.

This service returns when the virtual machine returns to the same point it was at when Begin_Nest_Exec was called.

See also Begin_Nest_Exec, Begin_Nest_V86_Exec