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);
Parameters
- ppEnum
[out] Returns an object that can enumerate the list of changes that are contained in this object.
Return Value
S_OK
E_POINTER
E_OUTOFMEMORY
Remarks
For an example of how to use GetChangeEnumerator, see IDestinationChangeVersionsBuilder::AddItemMetadata.