| Specifies the affinity (set of processors on which a particular interrupt is enabled in a given machine).
|
Language
|
Description
|
C/C++
|
ULONG GetInterruptAffinity ( HANDLE hLpt )
|
Delphi
|
function GetInterruptAffinity ( hLpt : THandle ) : Longword; stdcall
|
VB
|
Function GetInterruptAffinity ( 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
GetInterruptVector
GetInterruptMode
|