◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VMMcall Enable_VM_Ints The Enable_VM_Ints service enables interrupts during virtual machine execution for the current virtual machine. This has the same effect as the virtual machine executing an sti instruction. This service has no parameters. Return Value This service has no return value. Comments Virtual devices use this service to permit callback procedures installed by the Call_When_Ints_Enabled or Call_Priority_VM_Event service to be called. The system does not call these callback procedures immediately. Instead it waits until the next event occurs. This means the virtual machine's state does not change while this service executes. Uses Flags See Also Call_Priority_VM_Event, Call_When_VM_Ints_Enabled, Disable_VM_Ints ♦