(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

LONG RemAssignList (name , lock)

LOCATION
In DOSBase at offset 106

SYNOPSIS
STRPTR name
BPTR lock

FUNCTION
Remove an entry from a multi-dir assign. The entry removed will be the first one that the SameLock() function called on the 'lock' parameter returns that they belong to the same object.

The entry for this lock will be remove from the lock, and the lock for the entry in the list will be unlocked.

INPUTS
name
Name of the device to remove lock from. This should not contain the trailing ':'.
lock
Lock on the object to remove from the list.

RESULT
success - Have we actually succeeded

EXAMPLE

SEE ALSO

NOTES

BUGS
If this is the first lock in a list, this will not set dol_Device/dol_Unit correctly. This will be fixed shortly.

INTERNALS

HISTORY
06.02.1999 iaint
Might remove the compilation errors this time.
06.02.1999 iaint
A few dos.library functions, not tested.
23.10.1998 hkiel
Changes for use with aros_print_not_implemented() macro
20.10.1998 hkiel
Amiga Research OS
31.08.1998 hkiel
Added #warning for functions which are TODO
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column