ICorProfilerInfo::GetThreadContext Method

Gets the context identity currently associated with the specified thread.

HRESULT GetThreadContext(
    [in]  ThreadID  threadId,
    [out] ContextID *pContextId);

Parameters

  • threadId
    [in] The ID of the thread.

  • pContextId
    [out] A pointer to the context ID currently associated with the specified thread. If the thread has no context currently associated with it, this function will return CORPROF_E_DATAINCOMPLETE.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl

Library: CorGuids.lib

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

See Also

Reference

ICorProfilerInfo Interface