Home  /  Autodocs  /  dos.library

NAME

RemDosEntry
Removes a DOS List entry from its list (V36)

SYNOPSIS

success = RemDosEntry(dlist)
D0 D1

BOOL RemDosEntry(struct DosList *)

FUNCTION

This removes an entry from the DOS Device list. The memory associated with the entry is NOT freed. NOTE: you must have locked the DOS List with the appropriate flags before calling this function. Handler writers should see the AddDosEntry() caveats about locking and use a similar workaround to avoid deadlocks.

INPUTS

dlist
Device list entry to be removed.

RESULT

success
Success/failure indicator

SEE ALSO

AddDosEntry(), FindDosEntry(), NextDosEntry(), LockDosList(), MakeDosEntry(), FreeDosEntry()