Unloads a seglist loaded with InternalLoadSeg()
Source position: amigados.pas line 1664
function InternalUnLoadSeg( |
seglist: LongInt; |
freefunc: tPROCEDURE |
):LongBool; |
seglist |
|
Seglist to be unloaded |
freefunc |
|
Function called to free memory |
Unloads a seglist using freefunc to free segments. Freefunc is called as for InternalLoadSeg(). NOTE: will call DosClose() for overlaid seglists.