IEnumSyncProviderInfos interface (syncregistration.h)
Enumerates ISyncProviderInfo objects that contain the information used to create an instance of a synchronization provider.
Inheritance
The IEnumSyncProviderInfos interface inherits from the IUnknown interface. IEnumSyncProviderInfos also has these types of members:
Methods
The IEnumSyncProviderInfos interface has these methods.
IEnumSyncProviderInfos::Clone Clones the enumerator and returns a new enumerator that is in the same state as the current one. (IEnumSyncProviderInfos.Clone) |
IEnumSyncProviderInfos::Next Returns the next ISyncProviderInfo object. |
IEnumSyncProviderInfos::Reset Resets the enumerator to the beginning of the ISyncProviderInfo set. |
IEnumSyncProviderInfos::Skip Skips the specified number of ISyncProviderInfo objects. |
Remarks
This interface is obtained from the ISyncProviderRegistration::EnumerateSyncProviders method. The method will return an IEnumSyncProviderInfos enumerator for all registered ISyncProviderInfo objects or for just the registered ISyncProviderInfo objects that match the particular filter criteria.
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 |