Returns how many interruptions was processed inside of the driver.
Language
|
Description
|
C/C++
|
ULONG GetInterruptCounter( HANDLE hPci);
|
Delphi
|
function GetInterruptCounter ( hPci: THandle ): Longword; stdcall;
|
VB
|
Function GetInterruptCounter ( ByVal hPci As Long ) As Long
|
Parameters:
hPci - the handle returned by a successful call to OpenRapidPci ;
Return Value :
Number of the interruptions processed by the drive.
See also: UnmaskPciIrq MaskPciIrq
|