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