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: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerInfo Interface