[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

InternalUnLoadSeg

Unloads a seglist loaded with InternalLoadSeg()

Declaration

Source position: amigados.pas line 2372

function InternalUnLoadSeg(

  SegList: BPTR;

  FreeFunc: TProcedure

):LongBool;

Arguments

SegList

  

Seglist to be unloaded

FreeFunc

  

Function called to free memory

Description

Unloads a seglist using freefunc to free segments. Freefunc is called as for InternalLoadSeg(). NOTE: will call DosClose() for overlaid seglists.


Documentation generated on: 2017-01-10