◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VMMcall Resume_Exec The Resume_Exec service immediately executes the current virtual machine. This service may only be called in a nested execution block created using the Begin_Nest_Exec or Begin_Nest_V86_Exec service. This service has no parameters. Return Value This service has no return value. Comments This service can be use 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. Uses Flags See Also Begin_Nest_Exec, Begin_Nest_V86_Exec ♦