Adds a interrupt server to the system
Source position: exec.pas line 1866
procedure AddIntServer( |
IntNumber: LongWord; |
Interrupt_: PInterrupt |
); |
IntNumber |
|
Number of Interrupt |
Interrupt_ |
|
Pointer to an Interrupt structure. By convention, the LN_NAME of the interrupt structure must point a descriptive string so that other users may identify who currently has control of the interrupt. |
This function adds a new interrupt server to a given server chain. The node is located on the chain in a priority dependent position. If this is the first server on a particular chain, interrupts will be enabled for that chain.
|
Remove an interrupt server from a server chain |
|
|
Fire and software interrupt |