On Freitag, 14. September 2018 14:10:25 CEST Alexandre Julliard wrote:
> This is very inefficient, ReadFile() is not buffered.
Oh I see. In the beginning I wanted to map it into memory, but that didn't work with pipes like that.
I could do the buffering myself, or do you know of useful functions for dealing with byte-by-byte reads from handles?
Regards,
Fabian Maurer