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