共用方式為


IDebugProgramNode2::GetHostMachineName_V7

被取代。 請勿使用。

HRESULT GetHostMachineName_V7 ( 
   BSTR* pbstrHostMachineName
);
int GetHostMachineName_V7 ( 
   out string pbstrHostMachineName
);

參數

  • pbstrHostMachineName
    [] out傳回用來執行程式的電腦名稱。

傳回值

實作應該一律會傳回E_NOTIMPL。

備註

警告

起Visual Studio 2005,這個方法已不再使用,而且應該永遠會傳回E_NOTIMPL。

請參閱

參考

IDebugProgramNode2