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.
複数の複合ウィンドウで I/O をサンドボックス化しようとしていますが、サンドボックス化されたアプリケーションのドライバー I/O 全体をパイプする必要があります。
Windowsでstdout stdin stderrをパイプする方法は知っていますが、利用可能なすべての出力入力デバイスをパイプしたいです。C/C++ で。
それらをリストするにはどうすればよいですか?
古いデバイスのパイプエンドを保管できますか?
win32 API の DeviceIOControl または unix ライクな OS の ioctl によってそれらをリストすることができます。