Removes a Dos List entry from it's list
Source position: amigados.pas line 2085
function RemDosEntry( |
dlist: PDOSList |
):LongBool; |
dlist |
|
Device list entry to be removed. |
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.
|
Add a Dos List entry to the lists |
|
|
Finds a specific Dos List entry |
|
|
Get the next Dos List entry |
|
|
Locks the specified Dos Lists for use |
|
|
Creates a DosList structure |
|
|
Frees an entry created by MakeDosEntry |