Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Terminates a process.
HRESULT TerminateProcess (
IDebugProcess2* pProcess
);
int TerminateProcess (
IDebugProcess2 pProcess
);
Parameters
- pProcess
[in] An IDebugProcess2 object that represents the process to be terminated.
Return Value
If successful, returns S_OK; otherwise returns an error code.
Remarks
Call the IDebugEngineLaunch2::CanTerminateProcess method before calling this method.