overlapped I/O mit anonymer Pipe
-
Hallo,
wie kann ich overlapped I/O (also asynchrones Read- und WriteFile) mit Pipe-Handles machen, die ich über CreatePipe bekommen habe?
Danke!
-
So wie sonst auch?
-
hustbaer schrieb:
So wie sonst auch?
Asynchronous (overlapped) read and write operations are not supported by anonymous pipes.
-
man könnte CreatePipe hooken um dann bei den Flags FILE_FLAG_OVERLAPPED hinzufügen zu können
-
..... schrieb:
hustbaer schrieb:
So wie sonst auch?
Asynchronous (overlapped) read and write operations are not supported by anonymous pipes.
Dann eben garnicht
