Microsoft SDK for Java

IRemoteProcess::
GetThreadGroups

The GetThreadGroups method of the IRemoteProcess interface returns an IJavaEnumRemoteThreadGroup enumerator for all the thread groups in this Java process.

Syntax

HRESULT GetThreadGroups(IJavaEnumRemoteThreadGroup **ppEnum)

Parameters

[out] ppEnum Returns an enumerator for the thread groups in this Java process.

Return Value

S_OK Success. 

E_FAIL Failure.

E_OUTOFMEMORY Insufficient memory.

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