Partager via


ICorProfilerInfo::GetHandleFromThread, méthode

Mappe l'ID d'un thread à un handle de thread Win32.

HRESULT GetHandleFromThread(
    [in]  ThreadID threadId,
    [out] HANDLE  *phThread);

Paramètres

  • threadId
    [in] ID de thread à mapper.

  • phThread
    [out] Pointeur vers un handle de thread Win32.

Notes

Le profileur doit appeler la fonction DuplicateHandle Win32 sur le handle avant de l'utiliser.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

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

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Voir aussi

Référence

ICorProfilerInfo, interface