Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

RemMemHandler

Remove low memory handler from exec

Declaration

Source position: exec.pas line 2190

procedure RemMemHandler(

  memhand: PInterrupt

);

Arguments

memhand

  

Pointer to a handler added with AddMemHandler()

Description

This function removes the low memory handler from the system. This function can be called from within a handler. If removing oneself, it is important that the handler returns MEM_ALL_DONE.

See also

AddMemHandler

  


Documentation generated on: 2021-07-30