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

RemSegment

Removes a resident segment from the resident list

Declaration

Source position: amigados.pas line 2377

function RemSegment(

  Seg: PSegment

):LongInt;

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: 2017-01-10