Condividi tramite


ISyncChangeBatch::EndUnorderedGroup

Chiude un gruppo non ordinato aperto in precedenza nel batch di modifiche.

HRESULT EndUnorderedGroup( 
  ISyncKnowledge * pMadeWithKnowledge,
  BOOL fAllChangesForKnowledge);

Parametri

  • pMadeWithKnowledge
    [in] Conoscenza corrente per le modifiche nel gruppo. Generalmente, si tratta della conoscenza della replica che ha creato questo gruppo.
  • fAllChangesForKnowledge
    [in] TRUE quando tutte le modifiche contenute in pMadeWithKnowledge sono incluse in questo batch di modifiche. In caso contrario, FALSE.

Valore restituito

  • S_OK

  • SYNC_E_INVALID_OPERATION quando non vi è nessun gruppo aperto o se un gruppo ordinato è aperto.

  • SYNC_E_CHANGE_BATCH_IS_READ_ONLY quando l'oggetto ISyncChangeBatch è stato creato tramite IProviderSyncServices::DeserializeChangeBatch.

Vedere anche

Riferimento

Interfaccia ISyncChangeBatch