Microsoft SDK for Java

IRemoteThreadGroup::
GetThreadGroups

The GetThreadGroups method of the IRemoteThreadGroup interface returns an IJavaEnumRemoteThreadGroup enumerator for the thread groups in this thread group.

Syntax

HRESULT GetThreadGroups(IJavaEnumRemoteThreadGroup **ppEnum)

Parameters

[out] **ppEnum Returns an enumerator for the thread groups in this thread group. 

Return Value

S_OK Success.

E_NOLONGERVALID The underlying object is no longer valid.

E_OUTOFMEMORY Insufficient memory.

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