On Sat Nov 30 19:27:09 2024 +0000, Rémi Bernon wrote:
Are we sure about `FILE_FLAG_OVERLAPPED | FILE_FLAG_NO_BUFFERING`?
Hm, on second thought, the documentation for the few public radio ioctl codes there are do not mention overlapped I/O, and work fine if `NULL` is passed to `DeviceIoControl`'s `lpOverlapped`. As to `FILE_FLAG_NO_BUFFERING`, I thought this was the safe default for device handles. Set to 0 for now.