Subscriber portal
Reports item changes, including deletes, when a full enumeration of a replica is required by an anchor-based provider.
HRESULT ReportItemsAndAutodetectDeletes( ULONG cItems, const ITEM_FIELDS *pItems, BYTE *pAnchor, ULONG cbAnchor);
[in] The number of items in pItemChanges.
[in, unique] A collection of ITEM_FIELDS structures that contain item metadata.
[in, unique, size_is(cbAnchor)] A byte array that represents an enumeration anchor, such as a timestamp. Changes that occurred since this anchor are enumerated.
[in] Specifies the number of bytes in pAnchor.
S_OK
SYNC_E_PFX_INVALID_OPERATION when ReportChanges has already been called during the current session.