ICorProfilerInfo::GetHandleFromThread Method
Maps the ID of a thread to a Win32 thread handle.
Syntax
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.
The handle returned from this method is owned by the runtime and the profiler should never close it.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.