Programming
BUF-PCI(PC), BUF-PCI(98)
62
BufPciStopEvent
Function
Stops an interrupt request event.
Format
(C)
HANDLE
hDevice
;
BYTE
bBufIrqNo
;
DWORD
dwRet
;
dwRet
= BufPciStopEvent(
hDevice, bBufIrqNo
);
(Visual Basic)
Dim
hDevice
As Long
Dim
bBufIrqNo
As Byte;
Dim
dwRet
As Long
dwRet
= BufPciStopEvent(
hDevice, bBufIrqNo
)
Argument
hDevice
:
Specify the device handle.
Acquire this device handle with BufPciOpen.
bBufIrqNo
:
Specify the numeric value (0-15) representing an
interrupt request level in IRQ notation.
Return value
dwRet
:
Termination information
Normal termination :
0
Error
:
other than 0
(For more information, see the section, "List of
Return Values.")
Supplement
This function stops the event started by BufPciSetIrqEvent. The
suspended event can be restarted using BufPciRestartEvent.
After implementing the termination process, each function of the
BUF-PCI driver software cannot be run until reinitialized.
Содержание BUF-PCI(98)
Страница 2: ...BUF PCI PC BUF PCI 98 Bus Expansion User s Guide ...
Страница 92: ...Programming BUF PCI PC BUF PCI 98 84 ...
Страница 98: ...System Reference BUF PCI PC BUF PCI 98 90 ...
Страница 102: ...Troubleshooting BUF PCI PC BUF PCI 98 94 ...
Страница 105: ...A 41 901 LZF6231 021010 980713 ...