Attempt to lock the Dos Lists for use
Source position: amigados.pas line 1590
function AttemptLockDosList( |
flags: LongWord |
):pDosList; |
flags |
|
Flags stating which types of nodes you want to lock. (LDF_*) |
Pointer to the beginning of the list or nil. Not a valid node its a pseudo element!
Tries to get a lock on some of the dos lists. If all went well a handle is returned that can be used for FindDosEntry(). Don't try to busy wait until the lock can be granted - use LockDosList() instead.