IDestinationChangeVersionsBuilder::GetChangeEnumerator

Gets an IEnumSyncChanges object that can be used to enumerate the list of changes that are contained in this object.


HRESULT GetChangeEnumerator(
  IEnumSyncChanges ** ppEnum);

ppEnum

[out] Returns an object that can enumerate the list of changes that are contained in this object.

  • S_OK

  • E_POINTER

  • E_OUTOFMEMORY

For an example of how to use GetChangeEnumerator, see IDestinationChangeVersionsBuilder::AddItemMetadata.

Show: