Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

FreeTrap

Free a processor trap

Declaration

Source position: exec.pas line 1242

procedure FreeTrap(

  trapNum: LongInt

);

Arguments

trapNum

  

The trap number to free [of 0..15]

Description

This function frees a previously allocated trap number for reuse. This call must be performed while running in the same task in which the trap was allocated.

See also

AllocTrap

  

Allocate a processor trap vector


Documentation generated on: 2021-07-30