NAME RemMemHandler - remove low memory handler from exec (v39) SYNOPSIS RemMemHandler(memHandler) A1 VOID RemMemHandler(struct interrupt *); FUNCTION 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. NOTE When removing a handler, the handler may be called until this function returns. Thus, the handler must still be valid until then. INPUTS memHandler - Pointer to a handler added with addmemhandler() SEE ALSO addmemhandler(), exec/interrupts.i