Share via


ICorProfilerCallback::ThreadCreated Method

Notifies the profiler that a thread has been created.

HRESULT ThreadCreated(
    [in] ThreadID threadId); 

Parameters

  • threadId
    [in] The ID of the thread that has been created.

Remarks

The threadId value is immediately valid.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerCallback Interface

ICorProfilerCallback::ThreadDestroyed Method