_ResumeExecMustComplete

include vmm.inc

VMMCall _ResumeExecMustComplete
 

Executes the current virtual machine immediately, causing it to enter a critical section. 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, _ExecIntMustComplete, Resume_Exec