(C) 1998 AROS - The Amiga Research OS


NAME

struct ArpResList * FindTaskResList ()

LOCATION
In ArpBase at offset 77

SYNOPSIS
ResList = FindTaskResList(
D0 (A1( Zero flag

FUNCTION
This function searches for the most recently nested ResList for the current task, if any. If there are no resource lists for this task, the return pointer points at NULL.

NOTE - This implementation may change. FindTaskResList is normally not needed as an external callout, as all task tracking is done automaticly without the application needing to know about this

INPUTS
RESULT

EXAMPLE
SEE ALSO

NOTES

BUGS
None known. Will change to work with SyncRun

INTERNALS

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