ISyncProviderRegistration::EnumerateSyncProviderConfigUIsForContentType method

Returns an IEnumSyncProviderConfigUIInfos enumeration interface that enumerates all registered ISyncProviderConfigUIInfo objects for a specified content type.

Syntax

HRESULT EnumerateSyncProviderConfigUIsForContentType(
  [in, unique] LPCGUID                        pguidContentType,
  [out]        IEnumSyncProviderConfigUIInfos **ppEnumSyncProviderConfigUIInfos
);

Parameters

  • pguidContentType [in]
    The LPCGUID of the specified content type. If this parameter is NULL, all content types will be enumerated.

  • ppEnumSyncProviderConfigUIInfos [out]
    The IEnumSyncProviderConfigUIInfos enumeration interface that will enumerate all ISyncProviderConfigUIInfo objects for the pguidContentType type.

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK

The method succeeded.

 

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Syncregistration.h

See also

IEnumSyncProviderConfigUIInfos Interface

ISyncProviderRegistration Interface