Creates a DosList structure
Source position: amigados.pas line 1673
function MakeDosEntry( |
const name: pCHAR; |
type_: LongInt |
):pDosList; |
const name: string; |
type_: LongInt |
):pDosList; |
name |
|
Name for the device/volume/assign node. |
type_ |
|
Type of Node (LDF_*) |
New device entry or nil
name |
|
Name for the device/volume/assign node. |
type_ |
|
Type of Node (LDF_*) |
Create a DosList structure, including allocating a name and correctly null-terminating the BSTR. It also sets the dol_Type field, and sets all other fields to 0. This routine should be eliminated and replaced by a value passed to AllocDosObject()!
|
Creates a dos object |
|
|
Removes a Dos List entry from it's list |
|
|
Finds a specific Dos List entry |
|
|
Locks the specified Dos Lists for use |
|
|
Get the next Dos List entry |
|
|
Frees an entry created by MakeDosEntry |