[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

AddIntServer

Adds a interrupt server to the system

Declaration

Source position: exec.pas line 1236

procedure AddIntServer(

  IntNumber: ULONG;

  Interrupt_: PInterrupt

);

Arguments

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.

Description

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.

See also

RemIntServer

  

Remove an interrupt server from a server chain

Cause

  

Fire and software interrupt


Documentation generated on: 2017-01-10