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 |
---|---|
|
The method succeeded. |
|
Invalid pointer. |
|
There was not enough memory available to return the configuration UI. |
|
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 |