| This boolean function specifies whether the mode driver is open.
|
Language
|
Description
|
C/C++
|
BOOL IsRapidLptOpened ( HANDLE hLpt )
|
Delphi
|
function IsRapidLptOpened ( hLpt : THandle ) : BOOL; stdcall
|
VB
|
Function IsRapidLptOpened ( ByVal hLpt As Long ) As Bool
|
Parameters:
hLpt - the handle returned by a successful call to OpenRapidLpt
Return Value :
TRUE if the driver is already open by OpenRapidlpt(), or FALSE if it is not.
Comments:
Use immediately after OpenRapidLpt() call to check if the driver was successfully opened or not.
See also: OpenRapidLpt CloseRapidlpt
|