Share via


ISimpleSyncServices::EnumerateAllLiveItems

Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete.

Syntax

HRESULT EnumerateAllLiveItems(
  IItemFieldsEnumerator **ppItemPropertiesEnumerator);

Parameters

  • ppItemPropertiesEnumerator
    [out] An IItemFieldsEnumerator object that represents a collection of items and their associated fields.

Return Value

  • S_OK

See Also

Reference

ISimpleSyncServices Interface