ISyncSessionState::SetForgottenKnowledgeRecoveryRange

Sets the recovery range when the session is performing forgotten knowledge recovery.


HRESULT SetForgottenKnowledgeRecoveryRange(
  const SYNC_RANGE * pRange);

pRange

[in] The lower and upper bounds that define the range of IDs to be recovered.

  • S_OK

  • E_POINTER

  • E_OUTOFMEMORY

  • SYNC_E_ID_FORMAT_MISMATCH when an item ID in pRange is not in the format that is specified by the ID format schema of the provider.

Show: