Condividi tramite


IDebugThread2::SetThreadName

Imposta il nome del thread.

Sintassi

int SetThreadName ( 
   string pszName
);

Parametri

pszName
[in] Nome del thread.

Valore restituito

Se ha esito positivo, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Osservazioni:

Per ottenere il nome del thread, chiamare il metodo GetName .

Vedi anche