_ExecIntMustComplete


include vmm.inc

mov     eax, Interrupt
VMMcall _ExecIntMustComplete

Simulates the specified interrupt, and resumes execution of the virtual machine, causing it to enter a must-complete 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

Interrupt

Number of the interrupt to simulate.

When in a nested execution block, this service can be called any number of times.

This service is comparable to combining the Simulate_Int and _ResumeExecMustComplete services.

See also Begin_Nest_Exec, Begin_Nest_V86_Exec, Resume_Exec, _ResumeExecMustComplete