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