VPICD_Test_Phys_Request

include vpicd.inc

mov eax, IRQHand ; IRQ handle

VxDcall VPICD_Test_Phys_Request

jc irq_set ; carry flag set if physical IRQ is set


The VPICD_Test_Phys_Request service returns with the carry flag set if the physical (hardware PIC) interrupt request is set for the specified IRQ.

Parameters

IRQHand

Specifies the handle identifying the IRQ.

Return Value

The carry flag is set if the physical interrupt request is set.

Uses

Flags

See Also

VPICD_Get_Complete_Status