Microsoft SDK for Java

IJavaEnumRemoteProcess::
GetNext

The GetNext method of the IJavaEnumRemoteProcess interface retrieves the next element from the enumerator's list.

Syntax

HRESULT GetNext(IRemoteProcess *ppirp)

Parameters

[retval] [out] ppirp Returns the next element in the enumerator’s list.

Return Value

S_OK The next element was returned. 

S_FALSE No element was returned. There were no elements remaining in the enumerator’s list.

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