IFullEnumerationCallback::ReportItems
Reports items that were enumerated from the local replica.
HRESULT ReportItems(
ULONG cItems,
const ITEM_FIELDS *pKeyAndVersionInfo);
Parameters
- cItems
[in] The number of items in pKeyAndVersionInfo.
- pKeyAndVersionInfo
[in, unique] A collection of ITEM_FIELDS structures that contain item metadata. Specify null if there are no items in the store.
Return Value
S_OK
SYNC_E_PFX_INVALID_OPERATION when IFullEnumerationCallback::SkipChangeDetection was called earlier in the session, or a previous change detection failed.