ISimpleSyncServices::CleanupDeletedItems

Calls a cleanup operation to remove from the metadata store any metadata that is associated with deleted items.

Syntax

HRESULT CleanupDeletedItems(
  ULONGLONG ullTimeIntervalInMilliseconds);

Parameters

  • ullTimeIntervalInMilliseconds
    [in] Cleanup runs in the metadata store if cleanUpInterval is less than the elapsed time since the last cleanup. If you specify 0, cleanup runs regardless of when cleanup last ran.

Return Value

  • S_OK

See Also

Reference

ISimpleSyncServices Interface