On Fri, Mar 3, 2017 at 6:05 PM, Paul Gofman gofmanp@gmail.com wrote:
I just verified that server_get_unix_fd() returns success if to request
FILE_APPEND_DATA for handles created with (read/)write access. I also checked that requesting FILE_APPEND_DATA gets no error if using it with a usb serial port. Is it anything bad to just use FILE_APPEND_DATA instead of FILE_WRITE_DATA in server_get_unix_fd()?
Does it work when you pass just FILE_WRITE_DATA to CreateFile()?