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