IDebugThread2:: SetThreadName
Imposta il nome del thread.
HRESULT SetThreadName (
LPCOLESTR pszName
);
int SetThreadName (
string pszName
);
Parametri
- pszName
[in] Il nome del thread.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.
Note
Per ottenere il nome del thread, chiamare IDebugThread2:: GetName il metodo.