ISyncProviderRegistration::UnregisterSyncProviderConfigUI method (syncregistration.h)

Unregisters and removes the specified synchronization provider configuration UI from the registration store.

Syntax

HRESULT UnregisterSyncProviderConfigUI(
  [in] LPCGUID pguidInstanceId
);

Parameters

[in] pguidInstanceId

The unique instance ID of the synchronization provider configuration UI.

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.
SYNC_E_REGISTRATION_NOTREGISTERED
The CLSID and content type combination does not exist in the registration store for a configuration UI.

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

ISyncProviderRegistration Interface

SyncProviderConfigUIConfiguration Structure