The Next method of the IEnumRemoteField interface retrieves an array of IRemoteField objects that represent the fields within a class, method, or container. The number of fields to be retrieved is passed as one of the parameters; the enumeration pointer is incremented by that amount.
HRESULT Next(ULONG celt, IRemoteField *rgelt[], ULONG *pceltFetched)
[in] celt | The number of IRemoteField objects requested to be retrieved. |
[out] *rgelt[] | The pointer to the array of IRemoteField objects that is retrieved. |
[out] *pceltFetched | The number of actual IRemoteField objects that were retrieved. |