Share via


IContactPropertyCollection::Next Method

Moves to the next property.

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

Note  After S_FALSE, further calls to interface's query methods will fail.