IDebugProgramNode2.GetHostName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHostName(enum_GETHOSTNAME_TYPE, String)
public:
int GetHostName(Microsoft::VisualStudio::Debugger::Interop::enum_GETHOSTNAME_TYPE dwHostNameType, [Runtime::InteropServices::Out] System::String ^ % pbstrHostName);
public int GetHostName(Microsoft.VisualStudio.Debugger.Interop.enum_GETHOSTNAME_TYPE dwHostNameType, out string pbstrHostName);
abstract member GetHostName : Microsoft.VisualStudio.Debugger.Interop.enum_GETHOSTNAME_TYPE * string -> int
Public Function GetHostName (dwHostNameType As enum_GETHOSTNAME_TYPE, ByRef pbstrHostName As String) As Integer
Parameters
- dwHostNameType
- enum_GETHOSTNAME_TYPE
- pbstrHostName
- String
Returns
Applies to
GetHostName(UInt32, String)
public:
int GetHostName(System::UInt32 dwHostNameType, [Runtime::InteropServices::Out] System::String ^ % pbstrHostName);
public int GetHostName(uint dwHostNameType, out string pbstrHostName);
abstract member GetHostName : uint32 * string -> int
Public Function GetHostName (dwHostNameType As UInteger, ByRef pbstrHostName As String) As Integer
Parameters
- dwHostNameType
- UInt32
- pbstrHostName
- String