Microsoft SDK for Java

IRemoteThreadGroup::
GetThreads

The GetThreads method of the IRemoteThreadGroup interface returns an IJavaEnumRemoteThread enumerator for the threads in this thread group.

Syntax

HRESULT GetThreads(IJavaEnumRemoteThread **ppEnum)

Parameters

[out] **ppEnum Returns an enumerator for the threads 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.