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

RemDosEntry

Removes a Dos List entry from it's list

Declaration

Source position: amigados.pas line 2357

function RemDosEntry(

  DList: PDosList

):LongInt;

Arguments

DList

  

Device list entry to be removed.

Description

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.

See also

AddDosEntry

  

Add a Dos List entry to the lists

FindDosEntry

  

Finds a specific Dos List entry

NextDosEntry

  

Get the next Dos List entry

LockDosList

  

Locks the specified Dos Lists for use

MakeDosEntry

  

Creates a DosList structure

FreeDosEntry

  

Frees an entry created by MakeDosEntry


Documentation generated on: 2017-01-10