Remove low memory handler from exec
Source position: exec.pas line 2190
procedure RemMemHandler( |
memhand: PInterrupt |
); |
memhand |
|
Pointer to a handler added with AddMemHandler() |
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.
|