success = RemDosEntry(dlist)
D0 D1
BOOL RemDosEntry(struct DosList *)
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.