IDebugEngineLaunch2::TerminateProcess

终止进程。

语法

int TerminateProcess ( 
   IDebugProcess2 pProcess
);

参数

pProcess
[in]表示 要终止的进程的 IDebugProcess2 对象。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

备注

在调用此方法之前调用 CanTerminateProcess 方法。

另请参阅