The GetThreadGroups method of the IRemoteThreadGroup interface returns an IJavaEnumRemoteThreadGroup enumerator for the thread groups in this thread group.
HRESULT GetThreadGroups(IJavaEnumRemoteThreadGroup **ppEnum)
[out] **ppEnum | Returns an enumerator for the thread groups in this thread group. |
S_OK Success.
E_NOLONGERVALID The underlying object is no longer valid.
E_OUTOFMEMORY Insufficient memory.