标签: android winapi
如何通过CreateProcess函数(不是通过cmd)启动adb.exe中的所有注释:
CreateProcess(nil,'adb.exe',nil,nil,false,NORMAL_PRIORITY_CLASS,nil,'',StartupInfo,ProcessInformation);
答案 0 :(得分:1)
MSDN有一篇文章解释并演示了如何重定向使用CreateProcess()创建的流程的输入/输出:
CreateProcess()
Creating a Child Process with Redirected Input and Output