Home  /  Autodocs  /  exec.library

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.

NOTES

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