"James Keane" james.keane@gmail.com writes:
check_access will now fail because the second caller is not honoring FILE_SHARE_WRITE. but that shouldn't be neccesary as they are not planning on writing anyways.
The second caller won't, but the first one will, so you need FILE_SHARE_WRITE access.