IEnumSyncProviderConfigUIInfos interface (syncregistration.h)

Enumerates ISyncProviderConfigUIInfo objects that contain configuration UI information used to build and register a synchronization provider.

Inheritance

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

Methods

The IEnumSyncProviderConfigUIInfos interface has these methods.

 
IEnumSyncProviderConfigUIInfos::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one. (IEnumSyncProviderConfigUIInfos.Clone)
IEnumSyncProviderConfigUIInfos::Next

Returns the next ISyncProviderConfigUIInfo object.
IEnumSyncProviderConfigUIInfos::Reset

Resets the enumerator to the beginning of the collection of ISyncProviderConfigUIInfo objects.
IEnumSyncProviderConfigUIInfos::Skip

Skips the specified number of ISyncProviderConfigUIInfo objects.

Remarks

This interface is obtained from the ISyncProviderRegistration::EnumerateSyncProviderConfigUIsForContentType method. The method will return an IEnumSyncProviderConfigUIInfos enumerator for all registered ISyncProviderConfigUI objects or for just the registered ISyncProviderConfigUI objects of a particular content type.

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 syncregistration.h

See also

Windows Sync Registration Reference