include vpicd.inc mov eax, IRQHand ; IRQ handle mov ebx, VM ; current VM handle VxDcall VPICD_Clear_Int_Request |
The VPICD_Clear_Int_Request service resets an IRQ request that was previously set by a call to the VPICD_Set_Int_Request service.
IRQHand
Specifies the handle of the IRQ to clear.
VM
Specifies the handle of the VM.
This service has no return value.
If the IRQ is being shared and another device has also set the virtual IRQ, this service does not reset the virtual request immediately. Instead, the request is reset only after the other device calls VPICD_Clear_Int_Request.
Flags