IDebugCoreServer3:: GetServerName
Recupera il nome del server.
HRESULT GetServerName(
BSTR* pbstrName
);
int GetServerName(
out string pbstrName
);
Parametri
pbstrName
[out] Restituisce il nome del server.Nota
Il chiamante è responsabile della versione della stringa.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, codice di errore restituito.
Note
Per un nome di server descrittivo, chiamare IDebugCoreServer3:: GetServerFriendlyName il metodo.