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

InternalUnLoadSeg

Unloads a seglist loaded with InternalLoadSeg()

Declaration

Source position: amigados.pas line 2328

function InternalUnLoadSeg(

  SegList: Pointer;

  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