| Specifies the interrupt level for the parallel port.
|
Language
|
Description
|
C/C++
|
ULONG GetInterruptLevel ( HANDLE hLpt )
|
Delphi
|
function GetInterruptLevel ( hLpt : THandle ) : Longword; stdcall
|
VB
|
Function GetInterruptLevel ( 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:
GetInterruptAffinity
GetInterruptMode
GetInterruptVector
|