Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 840 Bytes

NextDosEntry.md

File metadata and controls

34 lines (21 loc) · 840 Bytes

NAME

NextDosEntry -- Get the next Dos List entry (V36)

SYNOPSIS

    newdlist = NextDosEntry(dlist,flags)
    D0                       D1    D2

    struct DosList *NextDosEntry(struct DosList *,ULONG)

Links: DosList DosList

FUNCTION

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.

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