Share via


CComEnumImpl::Next

STDMETHOD( Next )( ULONG celt**, T*** rgelt**, ULONG*** pceltFetched );

Return Value

A standard HRESULT value.

Parameters

celt

[in] The number of elements requested.

rgelt

[out] The array to be filled with the elements.

pceltFetched

[out] The number of elements actually returned in rgelt. This can be less than celt if fewer than celt elements remained in the list.

Remarks

This method provides the implementation of the method.

CComEnumImpl OverviewClass Members