Microsoft SDK for Java

IEnumRemoteField : IUnknown

The IEnumRemoteField interface enumerates all the fields contained within a class, method, or container.

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

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