[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

AttemptLockDosList

Attempt to lock the Dos Lists for use

Declaration

Source position: amigados.pas line 2356

function AttemptLockDosList(

  Flags: LongWord

):PDosList;

Arguments

Flags

  

Flags stating which types of nodes you want to lock. (LDF_*)

Function result

Pointer to the beginning of the list or nil. Not a valid node its a pseudo element!

Description

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.


Documentation generated on: 2017-01-10