标签: c windows process stdin
我使用CreateProcess()作为子进程运行另一个可执行文件。在Linux上,我只能read()从文件write()到流程的标准输入(或使用sendfile()。)我怎样才能在Windows上执行此操作?
CreateProcess()
read()
write()
sendfile()