Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

UnLoadSeg

Unload a seglist previously loaded by LoadSeg()

Declaration

Source position: amigados.pas line 1706

procedure UnLoadSeg(

  seglist: LongInt

);

Arguments

seglist

  

Pointer to a segment identifier

Description

Unload a seglist loaded by LoadSeg(). seglist> may be zero. Overlaid segments will have all needed cleanup done, including closing files.

See also

LoadSeg

  

Scatterload a loadable file into memory

InternalLoadSeg

  

Low-level load routine


Documentation generated on: 2021-07-30