Condividi tramite


IDebugProgramNode2:: GetHostMachineName_V7

DEPRECATO. NOT UTILIZZARE.

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

Parametri

  • pbstrHostMachineName
    [out] Restituisce il nome del computer in cui il programma.

Valore restituito

L'implementazione di deve restituire sempre E_NOTIMPL.

Note

Avviso

A partire da Visual Studio 2005, questo metodo viene più utilizzato e non deve sempre restituire E_NOTIMPL.

Vedere anche

Riferimenti

IDebugProgramNode2