Share via


IDebugProcess2::GetAttachedSessionName

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

Gets the name of the session that is debugging this process. An IDE can display this information to a user who is debugging a particular process on a particular machine.

Note

This method is deprecated, and its implementation should always return E_NOTIMPL.

Syntax

HRESULT GetAttachedSessionName(  
   BSTR* pbstrSessionName  
);  

Parameters

pbstrSessionName

Return Value

This method should always return E_NOTIMPL.

See Also

IDebugProcess2