dwFlags |= DETACHED_PROCESS; ok&=CreateProcessA( NULL, const_cast<char*>(comand.c_str()), ... 正如MSDN 明确所说,此标志不得与一起使用 DETACHED_PROCESS !
確定! 回上一頁