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

NextDosEntry

Get the next Dos List entry

Declaration

Source position: amigados.pas line 2360

function NextDosEntry(

  const DList: PDosList;

  Flags: LongWord

):PDosList;

Arguments

DList

  

Structure given by LockDosList() or the last call to FindDosEntry().

Flags

  

The same flags as given to LockDosList() or a subset of them.

Description

Find the next Dos List entry of the right type. You must have locked the types you're looking for. Returns nil if there are no more of that type in the list.

See also

AddDosEntry

  

Add a Dos List entry to the lists

RemDosEntry

  

Removes a Dos List entry from it's list

FindDosEntry

  

Finds a specific 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