IDebugProgramHost2.GetHostName(UInt32, String) 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.
public:
int GetHostName(System::UInt32 dwType, [Runtime::InteropServices::Out] System::String ^ % pbstrHostName);
public int GetHostName(uint dwType, out string pbstrHostName);
abstract member GetHostName : uint32 * string -> int
Public Function GetHostName (dwType As UInteger, ByRef pbstrHostName As String) As Integer
Parameters
- dwType
- UInt32
- pbstrHostName
- String