IDebugProgramNode2::GetHostMachineName_V7

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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

Note

DEPRECATED. DO NOT USE.

Syntax

HRESULT GetHostMachineName_V7 (
   BSTR* pbstrHostMachineName
);
int GetHostMachineName_V7 (
   out string pbstrHostMachineName
);

Parameters

pbstrHostMachineName
[out] Returns the name of the machine in which the program is running.

Return Value

An implementation should always return E_NOTIMPL.

Remarks

Warning

As of Visual Studio 2005, this method is no longer used and should always return E_NOTIMPL.

See also