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