| Allows to read one byte from EPP Address Register of current LPT.
|
Language
|
Description
|
C/C++
|
USHORT GetEPPAddressPort ( HANDLE hLpt )
|
Delphi
|
function GetEPPAddressPort ( hLpt : THANDLE ) : Byte; stdcall
|
VB
|
Function GetEPPAddressPort ( ByVal hLpt As Long ) As Byte
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
The byte read from the EPP Address Register
See also: SetEPPAddressPort
|