Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VPICD_Convert_Handle_To_IRQ
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vpicd.inc
 
mov     eax, IRQHand        ; IRQ handle
VxDcall VPICD_Convert_Handle_To_IRQ
 
mov     [IRQNum], esi       ; IRQ number
 
The VPICD_Convert_Handle_To_IRQ service returns the number of the IRQ
corresponding to the specified IRQ handle.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
IRQHand    Specifies the handle of a virtualized IRQ.
 
Return Value
 
The ESI register contains the IRQ number.
 
Uses
 
ESI, Flags
 
See Also
 
VPICD_Convert_Int_To_IRQ, VPICD_Convert_IRQ_To_Int