(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
struct DosList * NextDosEntry (dlist , flags)
LOCATION
In DOSBase at offset 115
SYNOPSIS
struct DosList * dlist
ULONG flags
FUNCTION
Looks for the next dos list entry with the right type. The list must be locked for this.
INPUTS
dlist
the value given by LockDosList() or the last call to FindDosEntry().
flags
the same flags as given to LockDosList() or a subset of them.
RESULT
Pointer to dos list entry found or NULL if the are no more entries.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column
05.12.1996 aros
Initial revision