ICorProfilerInfo::GetHandleFromThread Method

Maps the ID of a thread to a Win32 thread handle.

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

Parameters

  • threadId
    [in] The thread ID to be mapped.

  • phThread
    [out] A pointer to a Win32 thread handle.

Remarks

The profiler must call the Win32 DuplicateHandle function on the handle before using it.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

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

See Also

Reference

ICorProfilerInfo Interface