Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines if a process can be terminated.
Syntax
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. Returns S_FALSE if the engine cannot terminate the process, for example, because access is denied.
Remarks
If this method returns S_OK, then it the TerminateProcess method can be called to actually terminate the process.