来自adb.exe的评论

时间:2014-09-26 12:00:30

标签: android winapi

如何通过CreateProcess函数(不是通过cmd)启动adb.exe中的所有注释:

CreateProcess(nil,'adb.exe',nil,nil,false,NORMAL_PRIORITY_CLASS,nil,'',StartupInfo,ProcessInformation);

1 个答案:

答案 0 :(得分:1)

MSDN有一篇文章解释并演示了如何重定向使用CreateProcess()创建的流程的输入/输出:

Creating a Child Process with Redirected Input and Output