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.
我有一个我调用的程序CreateProcess,然后等待它完成WaitForSingleObject,最后我抓住它的退出状态GetExitCode。(但是,对于崩溃的进程,状态变量包含 0。) <- 抱歉,这是不正确的。我打印的变量大小错误。
CreateProcess
WaitForSingleObject
GetExitCode
如何检测孩子何时坠毁?
如果您可以控制子进程,则使其在成功时返回不同的错误代码,而如果为 0,则表示程序崩溃。