User`s guide
78 • C/C++ Library
5.35 _9111_Get_IRQ_Status
@ Description
This function is used to get the status of the two IRQs (INT1 and INT2) in
PCI-9111 card.
@ Syntax
C/C++ (DOS)
void _9111_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
C/C++ (Windows 95)
void W_9111_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
Visual Basic (Windows 95)
W_9111_Get_IRQ_Status (ByVal cardNo As Integer, ch1 As Integer,
ch2 As Integer)
@ Argument
cardNo: the card number of PCI-9111 card initialized.
ch1: the IRQ status of INT1, 0: no IRQ, 1: IRQ
ch2: the IRQ status of INT2, 0: no IRQ, 1: IRQ
@ Return Code
None