Quite a regular
Joined: 2006/12/2 0:35 Last Login
: 1/19 10:37
From Sydney
Group:
Registered Users
|
The locks are made by the filesystem, not by DOS, although the memory structures used are allocated by DOS.
Some filesystems use a linked list of Locks, but the links are unidirectional and the start of the list is not accessible, so you can only see the "downstream" part of the list, which is not exhaustive.
You will also see everyone's locks, not just your own. There is no identification of which Processes own which Locks.
Why do you want to know? What can you do with such a list? Perhaps you want a list of FileHandles, not Locks, but these are not chained together by any filesystem that I know of.
|