| Specifies the interrupt vector for the parallel port.
|
Language
|
Description
|
C/C++
|
ULONG GetInterruptVector ( HANDLE hLpt )
|
Delphi
|
function GetInterruptVector ( hLpt : THandle ) : Longword; stdcall
|
VB
|
Function GetInterruptVector ( ByVal hLpt As Long ) As Long
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
| Note: you must call OpenPort function before running this function.
|
See also:
GetInterruptLevel
GetInterruptAffinity
GetInterruptMode
|