Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
dos.library
NAME
NextDosEntry
Get the next DOS List entry (V36)
SYNOPSIS
newdlist = NextDosEntry(dlist,flags)
D0 D1 D2
struct DosList
*NextDosEntry(
struct DosList
*,ULONG)
FUNCTION
Find the next DOS List entry of the right type. You MUST have locked the types you are looking for. Returns NULL if there are no more of that type in the list.
INPUTS
dlist
The current device entry.
flags
What type of entries to look for.
RESULT
newdlist
The next device entry of the right type or NULL.
SEE ALSO
AddDosEntry()
,
RemDosEntry()
,
FindDosEntry()
,
LockDosList()
,
MakeDosEntry()
,
FreeDosEntry()