| Specifies I/O port resource ( address ) that is used to control the port in ECP mode.
|
Language
|
Description
|
C/C++
|
ULONG GetEcpAddress ( HANDLE hLpt )
|
Delphi
|
function GetEcpAddress ( hLpt: THandle ) : Longword ; stdcall
|
VB
|
Function GetEcpAddress ( ByVal hLpt As Long ) As Long
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
Address that is used to control the port in ECP mode.
Note: you must call OpenPort function before running this function.
See also: GetEcpSpan
|