IProviderSyncServices::CreateDestinationChangeVersionsBuilder

Creates an IDestinationChangeVersionsBuilder object. This object can be used to build an enumerable list of item change metadata.


HRESULT CreateDestinationChangeVersionsBuilder(
  IDestinationChangeVersionsBuilder ** ppDestinationChangeVersionsBuilder);

ppDestinationChangeVersionsBuilder

[out] Returns the newly created change version builder object.

  • S_OK

  • E_OUTOFMEMORY

  • E_POINTER

  • SYNC_E_INVALID_OPERATION when this object is not initialized.

Show: