17 interrupt stop under windows – ADLINK PCI-7224 User Manual
Page 58
![background image](/manuals/733403/58/background.png)
50
• C/C++ Libraries
@ Argument
cardNo:
Card number which the DIO will be reset.
c1:
If the interrupt source is set as internal
timer source, this value is the frequency
divider of Timer#1.
c2:
If the interrupt source is set as internal
timer source, this value is the frequency
divider of Timer#2.
ctrlValue: The value for INT mode setting. The value
can be set for INT1 is INT1_OFF, INT1_P1C0,
INT1_P1C3C0, or INT1_EVENT_IRQ. The value
can be set for INT2 is INT2_OFF, INT2_P2C0,
INT2_P2C3C0, or INT2_TIMER_IRQ. Please
refer to section 3.3.4 for detailed
description.
hIntEvent: The handle of the event for interrupt
signals.
@ Return Code
ERR_NoError
5.17 Interrupt Stop under Windows
@ Description
This function is only available in Windows 95/98 driver. This function is used
to disable the interrupt signal generation.
@ Syntax
C/C++ (Windows 95)
void W_7248_INT_Stop (U16 cardNo)
void W_7249_INT_Stop (U16 cardNo)
void W_7296_INT_Stop (U16 cardNo)
Visual Basic (Windows 95)
W_7248_INT_Stop (ByVal cardNo As Integer)
W_7249_INT_Stop (ByVal cardNo As Integer)
W_7296_INT_Stop (ByVal cardNo As Integer)
@ Argument
cardNo: The card number which the DIO will reset.
@ Return Code
ERR_NoError