Unload a seglist previously loaded by LoadSeg()
Source position: amigados.pas line 2226
procedure UnLoadSeg( |
Seglist: Pointer |
); |
Seglist |
|
Pointer to a segment identifier |
Unload a seglist loaded by LoadSeg(). seglist> may be zero. Overlaid segments will have all needed cleanup done, including closing files.
|
Scatterload a loadable file into memory |
|
|
Low-level load routine |
|
|
Unloads a seglist loaded with InternalLoadSeg() |