On Wed Sep 14 10:35:23 2022 +0000, Huw Davies wrote:
Why are you now sending the filename, rather than the file object handle, to the server?
Because it simplifies the implementation for saving the registry into the file when NtClose get's called. If I want to keep the object handle implementation the server should take control for closing the file handle, and I don't like that idea so much, I think the caller should be responsible for closing the objects it opens.