Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

InternalUnLoadSeg

Unloads a seglist loaded with InternalLoadSeg()

Declaration

Source position: amigados.pas line 1664

function InternalUnLoadSeg(

  seglist: LongInt;

  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: 2021-07-30