Share via


IContactCollection::Next Method

Moves to the next contact.

Syntax

HRESULT Next(VOID);

Return Value

Returns one of the following values:

S_OK Move is successful.
S_FALSE Could not move, positioned at the end of the collection.

Remarks

After S_FALSE is returned, calls to GetCurrent will fail.