Partager via


ICorProfilerInfo::GetCurrentThreadID, méthode

Obtient l’ID du thread actuel, s’il s’agit d’un thread managé.

Syntaxe

HRESULT GetCurrentThreadID(  
    [out] ThreadID *pThreadId);  

Paramètres

pThreadId
[out] Pointeur vers l’ID retourné du thread managé.

Notes

Si le thread actuel est un thread d’exécution interne ou un thread non managé, GetCurrentThreadID retourne CORPROF_E_NOT_MANAGED_THREAD en tant que HRESULT, et la valeur retournée du paramètre pThreadId est null.

Spécifications

Plateformes : Consultez Configuration requise.

En-tête : CorProf.idl, CorProf.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 2.0

Voir aussi