Get the next Dos List entry
Source position: amigados.pas line 1685
function NextDosEntry( |
const dlist: pDosList; |
flags: LongWord |
):pDosList; |
dlist |
|
Structure given by LockDosList() or the last call to FindDosEntry(). |
flags |
|
The same flags as given to LockDosList() or a subset of them. |
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.
|
Add a Dos List entry to the lists |
|
|
Removes a Dos List entry from it's list |
|
|
Finds a specific Dos List entry |
|
|
Locks the specified Dos Lists for use |
|
|
Creates a DosList structure |
|
|
Frees an entry created by MakeDosEntry |