Condividi tramite


IDebugProgramHost2:: GetHostMachineName

Ottiene il nome del computer che il framework e di questo programma viene eseguito.

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

Parametri

  • pbstrHostMachineName
    [out] Restituisce il nome del computer.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugProgramHost2