Microsoft SDK for Java

IEnumRemoteProcess : IUnknown

The IEnumRemoteProcess interface enumerates all Java processes currently running in the Microsoft VM. It is used primarily as the base class for IJavaEnumRemoteProcess.

  // Methods
  HRESULT Clone(IJavaEnumRemoteProcess **ppEnum)
  HRESULT Next(ULONG celt, IRemoteProcess *rgelt[], 
    ULONG *pceltFetched)
  HRESULT Reset(void)
  HRESULT Skip(ULONG celt)

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