Function Memory.remMemHandler
RemMemHandler -- remove a MemHandler from system list
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.
Parameters
Name | Description |
---|---|
memHandler | Pointer to a handler added with AddMemHandler() |
Returns
none
Notes
When removing a handler, the handler may be called until this function returns. Thus, the handler must still be valid until then.
See
AddMemHandler()