Get_PM_Int_Vector

include vmm.inc

mov     eax, Interrupt      ; number of interrupt to check
VMMCall Get_PM_Int_Vector

mov     [Segment], cx       ; selector for interrupt routine
mov     [Offset], edx       ; offset to interrupt routine
 

Returns the address of the interrupt routine for the specified protected-mode interrupt in the current virtual machine. Uses ECX, EDX, Flags.

Interrupt
Number of the interrupt to check.

The system maintains a protected-mode interrupt vector table for each virtual machine. By default, each table entry points to a protected-mode breakpoint procedure that reflects the interrupt to V86 mode.

See Also

Get_PM_Int_Type, Set_PM_Int_Vector