ISimpleSyncServices::EnumerateAllLiveItems

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


HRESULT EnumerateAllLiveItems(
  IItemFieldsEnumerator **ppItemPropertiesEnumerator);

ppItemPropertiesEnumerator

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

Show: