| Returns current AUTOFD state of current LPT port.
|
Language
|
Description
|
C/C++
|
BOOL GetLptAutofd ( HANDLE hLpt )
|
Delphi
|
function GetLptAutofd ( hLpt : THANDLE ) : Boolean ; stdcall
|
VB
|
Function GetLptAutofd ( 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
|
See also: SetLptAutofd
|