Unloads a seglist loaded with InternalLoadSeg()
Source position: amigados.pas line 2328
function InternalUnLoadSeg( |
SegList: Pointer; |
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.