Home  /  Autodocs  /  dos.library

NAME

AttemptLockDosList
Attempt to lock the DOS Lists for use (V36)

SYNOPSIS

dlist = AttemptLockDosList(flags)
D0 D1

struct DosList *AttemptLockDosList(ULONG)

FUNCTION

Locks the DOS device list in preparation to walk the list. If the list is 'busy' then this function will return NULL. See LockDosList() for more information.

INPUTS

flags
Flags stating which types of nodes you want to lock.

RESULT

dlist
Pointer to the beginning of the list or NULL. Not a valid node!

BUGS

In V36 through V39.23 dos.library, this would return NULL or 0x00000001 for failure. Fixed in V39.24 dos.library (after kickstart 39.106).

SEE ALSO

LockDosList(), UnLockDosList(), Forbid(), NextDosEntry()