| Specifies the size of the I/O space, allocated to the parallel port.
|
Language
|
Description
|
C/C++
|
ULONG GetBaseSpan ( HANDLE hLpt );
|
Delphi
|
function GetBaseSpan ( hLpt: THandle ) : Longword; stdcall;
|
VB
|
Function GetBaseSpan ( 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: GetBasePortAddress
|