Docs » Autodocs » dos.library » RemDosEntry
RemDosEntry -- Removes a Dos List entry from it's list (V36)
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 routine. Handler writers should see the AddDosEntry() caveats about locking and use a similar workaround to avoid deadlocks.
dlist - Device list entry to be removed.
success - Success/failure indicator
AddDosEntry(), FindDosEntry(), NextDosEntry(), LockDosList(), MakeDosEntry(), FreeDosEntry()
|