IAnchorSyncProvider::GetEnumerationAnchor
Called at the end of every change batch and manual knowledge commit on the destination provider to return an enumeration anchor that is used to determine the next set of changes to synchronize.
This method is typically called twice in succession. For the first call, pAnchor is NULL and pcbAnchor points to a value of 0. In response to this call, this method returns the required size of pAnchor in pcbAnchor. For the second call, pAnchor points to a BYTE array of pcbAnchor size and this method fills it with the enumeration anchor.
Show: