
C/C++ Libraries
••
29
4.10 _7432_INT_Enable / _7433_INT_Enable
@ Description
This function is only available in Windows 95 driver. This
function is used to start up the interrupt control. After calling this
function, every time an interrupt request signal generated, a
software event is signaled. So that in your program, you can
use wait operation to wait for the event. When the event is
signaled, it means an interrupt is generated. Please refer to the
sample program 7432int.c or 7433int.c.
@ Syntax
PCI-7432
C/C++ (Windows 95)
U16 W_7432_INT_Enable (U16 cardNo, HANDLE
*hEvent)
Visual Basic (Windows 95)
W_7432_INT_Enable (ByVal cardNo As Integer, hEvent
As Long) As Integer
PCI-7433
C/C++ (Windows 95)
U16 W_7433_INT_Enable (U16 cardNo, HANDLE
*hEvent)
Visual Basic (Windows 95)
W_7433_INT_Enable (ByVal cardNo As Integer, hEvent
As Long) As Integer
@ Argument
cardNo :
card number to select board
hEvent :
the address of an array of two handles. HEvent[0]
and hEvent[1] are the events for interrupt signals
INT1 and INT2 respectively.
@ Return Code
ERR_NoError
ERR_BoardNoInit