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);

Parameters

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

Return Value

  • S_OK

  • Application-determined error codes

Remarks

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

See Also

Reference

ISyncCallback Interface
SYNC_FULL_ENUMERATION_ACTION Enumeration