ISyncProviderRegistration::GetSyncProviderConfigUIInfo method (syncregistration.h)

Returns an ISyncProviderConfigUIInfo object for the given unique instance ID.

Syntax

HRESULT GetSyncProviderConfigUIInfo(
  [in]  LPCGUID                   pguidInstanceId,
  [out] ISyncProviderConfigUIInfo **ppConfigUIInfo
);

Parameters

[in] pguidInstanceId

The unique instance ID of the ISyncProviderConfigUIInfo object.

[out] ppConfigUIInfo

The configuration UI information object.

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.
E_POINTER
Invalid pointer.
E_OUTOFMEMORY
There was not enough memory available to return the configuration UI.
SYNC_E_REGISTRATION_NOTREGISTERED
A configuration UI with the specified instance ID was not registered.

Remarks

This method is used to get and set the configuration UI properties for the specified configuration UI object.

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

ISyncProviderConfigUIInfo Interface

ISyncProviderRegistration Interface