Does OpenProcess always write lock the file?

Posted by Vanessa MacDougal on Stack Overflow See other posts from Stack Overflow or by Vanessa MacDougal
Published on 2010-04-06T20:14:44Z Indexed on 2010/04/06 21:23 UTC
Read the original article Hit count: 313

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about winapi

Related posts about Windows