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 object that can enumerate change units that are contained in this change.
HRESULT GetChangeUnits(
IEnumSyncChangeUnits ** ppEnum);
Parameters
- ppEnum
[out] Returns a change unit enumerator. Returns NULL when this change does not contain change units.
Return Value
S_OK
E_POINTER
E_OUTOFMEMORY
SYNC_E_ITEM_HAS_NO_CHANGE_UNITS when the change contains no change units.