Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.31 KB

icorprofilerinfo-getthreadinfo-method.md

File metadata and controls

52 lines (39 loc) · 1.31 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorProfilerInfo::GetThreadInfo Method
ICorProfilerInfo::GetThreadInfo Method
03/30/2017
ICorProfilerInfo.GetThreadInfo
mscorwks.dll
COM
ICorProfilerInfo::GetThreadInfo
ICorProfilerInfo::GetThreadInfo method [.NET Framework profiling]
GetThreadInfo method [.NET Framework profiling]
fc994fef-65c9-432a-84cb-66c8141147e7
apiref

ICorProfilerInfo::GetThreadInfo Method

Gets the current Win32 thread identity for the specified thread.

Syntax

HRESULT GetThreadInfo(  
    [in]  ThreadID threadId,  
    [out] DWORD    *pdwWin32ThreadId);  

Parameters

threadId
[in] The ID of the thread for which to get the current Win32 ID.

pdwWin32ThreadId
[out] A pointer to the specified thread's current Win32 thread ID.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also