Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个使用匿名管道与其子进程通信的程序。我想知道管道中是否有内容供我阅读。因为调用ReadFile空管道会导致停止。
ReadFile
子进程是另一个软件,所以我无法更改它。我只能重定向它的 i/o。
您可以使用该PeekNamedPipe功能来检查管道的状态而不会阻塞。
PeekNamedPipe