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

RemSegment

Removes a resident segment from the resident list

Declaration

Source position: amigados.pas line 1700

function RemSegment(

  seg: pSegment

):LongBool;

Arguments

seg

  

The segment to be removed

Description

Removes a resident segment from the Dos resident segment list, unloads it, and does any other cleanup required. Will only succeed if the seg_UC (usecount) is 0.

See also

FindSegment

  

Finds a segment on the resident list

AddSegment

  

Adds a resident segment to the resident list


Documentation generated on: 2021-07-30