(C) 1998 AROS - The Amiga Research OS


NAME

BOOL FreeTaskResList ()

LOCATION
In ArpBase at offset 62

SYNOPSIS
BOOL = FreeTaskResList(
d0

FUNCTION
This function frees ALL resources tracked by arplibs resource tracking mechanism. This includes memory as well as open files and locks. Ordinarily, you will call this function indirectly by CloseLibrary(ArpBase) or ArpExit(). This mechanism allows easier exits (whether normal or abnormal) than is usually found.

INPUTS
NONE

RESULT
TRUE if resource deallocation occurred, otherwise FALSE.

ADDITIONAL The tracking scheme has been radically changed from eariler versions of arplib, but this should not break any programs.

EXAMPLE
SEE ALSO

NOTES

BUGS
None known.

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
28.03.1998 bergers
Some new functions.