IFullEnumerationCallback::SkipChangeDetection
Called by a provider instead of IFullEnumerationCallback::ReportItems to cause the Sync Framework runtime to skip change detection for a synchronization session.
HRESULT SkipChangeDetection();
Parameters
None.
Return Value
S_OK
SYNC_E_PFX_INVALID_OPERATION when IFullEnumerationCallback::ReportItems has already been called, or a previous attempt at change detection failed.