Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Notifies the profiler that a managed thread is being implemented using a particular operating system (OS) thread.
HRESULT ThreadAssignedToOSThread(
[in] ThreadID managedThreadId,
[in] DWORD osThreadId);
Parameters
| Parameter | Description |
|---|---|
managedThreadId |
[in] The identifier of the managed thread. |
osThreadId |
[in] The identifier of the OS thread. |
Remarks
The ThreadAssignedToOSThread callback exists so that the profiler can maintain an accurate mapping across fibers of operating-system threads to managed threads.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Version: 2.0