Condividi tramite


Metodo ITraceEvent::SetThreadId (relogger.h)

Il metodo SetThreadId imposta l'identificatore di un thread che genera un evento.

Sintassi

HRESULT SetThreadId(
  [in] ULONG ThreadId
);

Parametri

[in] ThreadId

Tipo: ULONG

Identificatore del thread che genera l'evento.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione relogger.h

Vedi anche

ITraceEvent