Microsoft SDK for Java

IJavaEventMonitorIDInfo2::
ThreadInformation

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.

Syntax

HRESULT ThreadInformation(ThreadID thread_id, DWORD *pWin32ThreadID);

Return Value

The Win32 thread ID.

Parameters

[in] thread_id The ThreadID of the Java thread the profiler is interested in.
[out] *pWin32ThreadID The Win32 thread ID.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.