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.