Author: pinscomputer
Subject: File Locking Issue
Posted: 24 April 2015 at 10:20pm
from the sysinternals admins reference:
Subject: File Locking Issue
Posted: 24 April 2015 at 10:20pm
from the sysinternals admins reference:
“File” handles can include folders, device drivers, and communication endpoints, in addition
to normal files.
to normal files.
File handle information also includes the sharing mode that was set when
the handle was opened. The parenthesized sharing flags can include R, W, or D, indicating
that other callers (including other threads within the same process) can open the same file
for reading, writing, or deleting, respectively.
the handle was opened. The parenthesized sharing flags can include R, W, or D, indicating
that other callers (including other threads within the same process) can open the same file
for reading, writing, or deleting, respectively.
A hyphen instead of a letter indicates that the sharing mode is not set. If no flags are set, the object is opened for exclusive use through this handle.