Microsoft SDK for Java

IJavaEnumRemoteField : IEnumRemoteField

The IJavaEnumRemoteField interface enumerates IRemoteField pointers. It enumerates fields in a container, such as a class or method.

  // Methods
  HRESULT Clone(IJavaEnumRemoteField **ppEnum)
  HRESULT GetCount(ULONG *pcelt)
  HRESULT GetNext(IRemoteField **ppirf)
  HRESULT Next(ULONG celt, IRemoteField *rgelt[], ULONG *pceltFetched)
  HRESULT Reset(void)
  HRESULT Skip(ULONG celt)

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