IDebugProgramHost2.GetHostMachineName(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 GetHostMachineName([Runtime::InteropServices::Out] System::String ^ % pbstrHostMachineName);
public int GetHostMachineName(out string pbstrHostMachineName);
abstract member GetHostMachineName : string -> int
Public Function GetHostMachineName (ByRef pbstrHostMachineName As String) As Integer
Parameters
- pbstrHostMachineName
- String