Docs » Autodocs » dos.library » NextDosEntry
NextDosEntry -- Get the next Dos List entry (V36)
newdlist = NextDosEntry(dlist,flags) D0 D1 D2 struct DosList *NextDosEntry(struct DosList *,ULONG)
Find the next Dos List entry of the right type. You MUST have locked the types you're looking for. Returns NULL if there are no more of that type in the list.
dlist - The current device entry. flags - What type of entries to look for.
newdlist - The next device entry of the right type or NULL.
AddDosEntry(), RemDosEntry(), FindDosEntry(), LockDosList(), MakeDosEntry(), FreeDosEntry()
|