Stops the interrupt processing started by UnmaskLptIrq by masking the LPT Irq at hardware level.
Language
|
Description
|
C/C++
|
void MaskLptIrq( HANDLE hLpt);
|
Delphi
|
procedure MaskLptIrq ( hLpt: THandle ); stdcall;
|
VB
|
Sub MaskLptIrq ( ByVal hLpt As Long )
|
Parameters:
hLpt - the handle returned by a successful call to OpenRapidLpt ;
Return Value : None.
See also: UnmaskLptIrq GetInterruptCounter
|