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