| 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 CloseRapidLpt ( HANDLE hLpt )
|
Delphi
|
function CloseRapidLpt ( hLpt: THandle ): THandle; stdcall
|
VB
|
Function CloseRapidLpt ( ByVal hLpt As Long ) As Long
|
Parameters:
hLpt - the handle returned by a successful call to OpenRapidLpt
Return Value :
NULL.
See also: OpenRapidLpt IsRapidLptOpened
|