The GetThreadGroups method of the IRemoteProcess interface returns an IJavaEnumRemoteThreadGroup enumerator for all the thread groups in this Java process.
HRESULT GetThreadGroups(IJavaEnumRemoteThreadGroup **ppEnum)
[out] ppEnum | Returns an enumerator for the thread groups in this Java process. |
S_OK Success.
E_FAIL Failure.
E_OUTOFMEMORY Insufficient memory.