Does OpenProcess always write lock the file?
- by Vanessa MacDougal
I want to call the Windows API OpenProcess function on another process running on the machine. Will this always cause the file whose process I am opening to be write locked? Or does it depend on the access rights I request?