|
Returns
the Select state of current LPT port.
|
Language
|
Description
|
C/C++
|
BOOL GetLptSlct ( HANDLE hLpt )
|
Delphi
|
function GetLptSlct ( hLpt : THANDLE ) : Boolean ; stdcall
|
VB
|
Function GetLptSlct ( ByVal hLpt As Long ) As Boolean
|
Parameters:
|
hLpt
-
the handle returned by a successful call to OpenRapidLpt
|
Return Value :
TRUE - if ACTIVE or FALSE - if not
|