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