| Specifies base address of parallel port (system-mapped base I/O location of the parallel port registers).
|
Language
|
Description
|
C/C++
|
USHORT GetBasePortAddress ( HANDLE hLpt )
|
Delphi
|
function GetBasePortAddress ( hLpt: THandle ) : Word; stdcall;
|
VB
|
Function GetBasePortAddress ( ByVal hLpt As Long ) As Integer
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
- base address of parallel port
Note: you must call OpenPort function before running this function.
See also: GetBaseSpan
|