Closes the kernel-mode driver and releases memory allocated to it. If a hardware interruptions was "unmasked", the "mask" is restored.
Language
|
Description
|
C/C++
|
HANDLE CloseRapidPci ( HANDLE hPci )
|
Delphi
|
function CloseRapidPci ( hPci: THandle ): THandle; stdcall
|
VB
|
Function CloseRapidPci ( ByVal hPci As Long ) As Long
|
Parameters:
hPci - the handle returned by a successful call to OpenRapidPci
Return Value :
NULL.
See also: OpenRapidPci IsRapidPciOpened
|