IEnumSyncChangeUnits interface (winsync.h)

Enumerates a list of change units.

Inheritance

The IEnumSyncChangeUnits interface inherits from the IUnknown interface. IEnumSyncChangeUnits also has these types of members:

Methods

The IEnumSyncChangeUnits interface has these methods.

 
IEnumSyncChangeUnits::Clone

This method is not implemented. (IEnumSyncChangeUnits.Clone)
IEnumSyncChangeUnits::Next

Returns the next change unit.
IEnumSyncChangeUnits::Reset

Resets the enumerator to the beginning of the list. (IEnumSyncChangeUnits.Reset)
IEnumSyncChangeUnits::Skip

This method is not implemented. (IEnumSyncChangeUnits.Skip)

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces