IDebugProgramNode2::GetHostMachineName_V7
DEPRECATED. DO NOT USE.
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.