[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

AddDosEntry

Add a Dos List entry to the lists

Declaration

Source position: amigados.pas line 2358

function AddDosEntry(

  DList: PDosList

):LongInt;

Arguments

DList

  

Pointer to DOS list entry.

Function result

DosTrue if all went well. DosFalsefor errors; IoErr() will return additional error code.

Description

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.

See also

RemDosEntry

  

Removes a Dos List entry from it's list

FindDosEntry

  

Finds a specific Dos List entry

NextDosEntry

  

Get the next Dos List entry

MakeDosEntry

  

Creates a DosList structure

FreeDosEntry

  

Frees an entry created by MakeDosEntry

LockDosList

  

Locks the specified Dos Lists for use

AttemptLockDosList

  

Attempt to lock the Dos Lists for use


Documentation generated on: 2017-01-10