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