Remove low memory handler from exec
Source position: exec.pas line 1780
procedure RemMemHandler( |
MemHandler: PInterrupt |
); |
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.
|