ISyncCallback::OnFullEnumerationNeeded

Occurs when the forgotten knowledge from the source provider is not contained in the current knowledge of the destination provider.


HRESULT OnFullEnumerationNeeded(
  SYNC_FULL_ENUMERATION_ACTION * pFullEnumerationAction);

pFullEnumerationAction

[out] Specifies how Sync Framework should handle the full enumeration.

  • S_OK

  • Application-determined error codes

By default, if an application callback is not registered to receive this notification, Sync Framework uses SFEA_ABORT.

Show: