ISyncCallback::OnFullEnumerationNeeded

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

Syntax

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

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

See Also

Reference

ISyncCallback Interface

SYNC_FULL_ENUMERATION_ACTION Enumeration

Concepts

Recovering an Out-of-Date Replica