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)