VSNDK.DebugEngine.AD7ProgramNodeAttach.GetHostMachineName_V7 C# (CSharp) Method

GetHostMachineName_V7() public method

DEPRECATED. DO NOT USE. (http://msdn.microsoft.com/en-us/library/bb161297.aspx)
public GetHostMachineName_V7 ( string &hostMachineName ) : int
hostMachineName string Returns the name of the machine in which the program is running.
return int
        public int GetHostMachineName_V7(out string hostMachineName)
        {
            Debug.Fail("This function is not called by the debugger");
            hostMachineName = null;
            return VSConstants.E_NOTIMPL;
        }