Closes the kernel-mode driver and releases memory allocated for it.
Language
|
Description
|
C/C++
|
HANDLE CloseRapidUsb ( HANDLE hUSB )
|
Delphi
|
function CloseRapidUsb ( hUSB: THandle ): THandle; stdcall
|
VB
|
Function CloseRapidUsb ( ByVal hUSB As Long ) As Long
|
Parameters:
hUSB - the handle returned by a successful call to OpenRapidUsb
Return Value :
If function succeeds return value is TRUE.
See also: OpenRapidUsb IsRapidUsbOpened
|