Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.