IEnumRbtEvents::Next

Retrieves the next item in the enumeration set

HRESULT IEnumRbtEvents::Next (
     ULONG count,
     EVENTDATA * data,
     ULONG * fetched
)

Parameters
count
Number of items to retrieve
data
Returns the next count items
fetched
Returns the actual number of items fetched

Return Values
ValueMeaning
S_OKData retrieved successfully
S_FALSERequested more items than there are left in the enumeration set

Remarks
None