Finds a specific Dos List entry
Source position: amigados.pas line 2091
function FindDosEntry( |
dlist: PDOSList; |
name: PChar; |
flags: Cardinal |
):PDOSList; |
dlist |
|
The device entry to start with. |
name |
|
Name of device entry (without ':') to locate. |
flags |
|
Search control flags. Use the flags you passed to LockDosList, or a subset of them. LDF_READ/LDF_WRITE are not required for this call. |
The device entry or nil
Locates an entry on the device list. Starts with the entry dlist. NOTE: must be called with the device list locked, no references may be made to dlist after unlocking.
|
Add a Dos List entry to the lists |
|
|
Removes a Dos List entry from it's list |
|
|
Get the next Dos List entry |
|
|
Locks the specified Dos Lists for use |
|
|
Creates a DosList structure |
|
|
Frees an entry created by MakeDosEntry |