IDebugProcess2::Terminate

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Terminates the process.

Syntax

HRESULT Terminate(   
   void   
);  
int Terminate();  

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

When a process is terminated, all programs within that process are terminated; none are allowed to run any more code.

See Also

IDebugProcess2