ISimpleSyncServices::BeginRemoveItemsFromReplica
Starts a transaction in which items can be removed by calling ISimpleSyncServices::RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called.
S_OK
SYNC_E_PFX_INVALID_OPERATION when this method has already been called and the transaction has not been ended by calling ISimpleSyncServices::EndRemoveItemsFromReplica.
Show: