Eric Pouech pouech-eric@wanadoo.fr writes:
This is a second take at console handles in ntdll. It includes corrections for latest Alexandre's remarks.
Much better, thanks. Just a minor point: the server must not use INVALID_HANDLE_VALUE, the proper value for invalid handles in the server is 0. Also please don't make server calls inside server calls (like the ReleaseSemaphore call in write_console_input).