The ThreadInformation method of the IJavaEventMonitorIDInfo2 interface retrieves the Microsoft® Win32® system ThreadID for a Java thread. This method is called by a profiler program. The profiler must pass the Java ThreadID
The ThreadInformation method is implemented only by the IJavaEventMonitorIDInfo2 and IJavaEventMonitorIDInfo3 interfaces.
HRESULT ThreadInformation(ThreadID thread_id, DWORD *pWin32ThreadID);
The Win32 thread ID.
[in] thread_id | The ThreadID of the Java thread the profiler is interested in. |
[out] *pWin32ThreadID | The Win32 thread ID. |