Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.