Finds a specific Dos List entry
Source position: amigados.pas line 1640
function FindDosEntry( |
const dlist: pDosList; |
const name: pCHAR; |
flags: LongWord |
):pDosList; |
const dlist: pDosList; |
const name: string; |
flags: LongWord |
):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
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. |
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 |