Condividi tramite


IDebugThread2:: GetName

ottiene il nome di un thread.

HRESULT GetName ( 
   BSTR* pbstrName
);
int GetName ( 
   out string pbstrName
);

Parametri

  • pbstrName
    [out] Restituisce il nome del thread.

Valore restituito

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

Note

Il nome recuperato è sempre un nome che possono essere visualizzati e questo nome viene descritto il thread. Il nome del thread potrebbe essere derivato da un'architettura di runtime che supporta i thread denominati, o un nome derivato dal motore di debug. In alternativa, il nome di un thread può essere impostato da una chiamata IDebugThread2:: SetThreadName al metodo.

Vedere anche

Riferimenti

IDebugThread2

IDebugThread2:: SetThreadName