Add a Dos List entry to the lists
Source position: amigados.pas line 1581
function AddDosEntry( |
dlist: pDosList |
):LongBool; |
dlist |
|
Pointer to DOS list entry. |
DosTrue if all went well. DosFalsefor errors; IoErr() will return additional error code.
Adds a given dos list entry to the DOS list. Automatically locks the list for writing. There may be not more than one device or assign node of the same name. There are no restrictions on volume nodes except that the time stamps must differ.
|
Removes a Dos List entry from it's list |
|
|
Finds a specific Dos List entry |
|
|
Get the next Dos List entry |
|
|
Creates a DosList structure |
|
|
Frees an entry created by MakeDosEntry |
|
|
Locks the specified Dos Lists for use |
|
|
Attempt to lock the Dos Lists for use |